mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=371
This commit is contained in:
parent
9ef1d46439
commit
f600d8bbaa
|
@ -153,7 +153,7 @@ bool CLIENT_STATE::start_apps() {
|
|||
if (log_flags.task_debug) {
|
||||
printf("start_apps(): all slots full\n");
|
||||
}
|
||||
return 0;
|
||||
return false;
|
||||
}
|
||||
rp = results[i];
|
||||
// Start the application to compute a result if the result
|
||||
|
@ -173,6 +173,7 @@ bool CLIENT_STATE::start_apps() {
|
|||
app_started = time(0);
|
||||
}
|
||||
}
|
||||
if (log_flags.task_debug && action) printf("CS::start_apps\n");
|
||||
return action;
|
||||
}
|
||||
|
||||
|
|
BIN
win_build.zip
BIN
win_build.zip
Binary file not shown.
Loading…
Reference in New Issue