*** empty log message ***

svn path=/trunk/boinc/; revision=528
This commit is contained in:
Eric Heien 2002-10-24 17:32:00 +00:00
parent 91706e15e6
commit ef99f6174d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void file_append(FILE* in, MFILE &out, int skip, int filenum) {
boinc_checkpoint_completed();
}
if (run_slow) sleep(1);
if (run_slow) boinc_sleep(1);
}
}