svn path=/trunk/boinc/; revision=1026
This commit is contained in:
Eric Heien 2003-03-06 22:08:24 +00:00
parent ad8ba413a3
commit 4425b5f3e3
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ static void print_log(char* p) {
int CLIENT_STATE::net_sleep(double x) {
if (activities_suspended) {
boinc_sleep((int)ceil(x));
boinc_sleep((int)x);
return 0;
} else {
return net_xfers->net_sleep(x);