Checked in more temporary debugging code for the strange QA failure on

Windows.
This commit is contained in:
wtc%netscape.com 2003-05-25 19:19:28 +00:00
Родитель 2362ee8f5f
Коммит a5136af537
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -752,6 +752,9 @@ int main(int argc, char **argv)
error = 1;
goto done;
}
/* Wait until the pseudo stdin is readable (for debugging). --wtc */
PR_Poll(&pollset[1], 1, PR_INTERVAL_NO_TIMEOUT);
}
#endif