fixed a minor glitch in the pio sample code
This commit is contained in:
parent
14572f08aa
commit
8923102323
@ -1,7 +1,7 @@
|
||||
/* The standard CSS for doxygen */
|
||||
|
||||
body, table, div, p, dl {
|
||||
font-family: Ubuntu, Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
||||
font-family: Ubuntu, "Trebuchet MS", Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
@ -336,7 +336,7 @@ static int test12 (void)
|
||||
qse_printf (QSE_T("sleeping for %d seconds\n"), n);
|
||||
Sleep (n * 1000);
|
||||
qse_printf (QSE_T("WaitForSingleObject....%d\n"),
|
||||
(int)WaitForSingleObject (pio->child, 0));
|
||||
(int)WaitForSingleObject (pio->child, INFINITE));
|
||||
}
|
||||
#elif defined(__OS2__)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user