win cli fix

svn path=/trunk/boinc/; revision=899
This commit is contained in:
Eric Heien 2003-02-12 23:57:57 +00:00
parent 6bb44f573a
commit 5d08454887
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ int main(int argc, char** argv) {
if (retval) exit(retval);
while (1) {
if (!gstate.do_something()) {
sleep(1);
boinc_sleep(1);
if (log_flags.time_debug) printf("SLEEP 1 SECOND\n");
fflush(stdout);
}