mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=528
This commit is contained in:
parent
91706e15e6
commit
ef99f6174d
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue