mirror of https://github.com/BOINC/boinc.git
Win compile fix
This commit is contained in:
parent
401dccb793
commit
bf1d7521e2
|
@ -479,7 +479,8 @@ void ACTIVE_TASK::handle_exited_app(int stat) {
|
|||
// if another process killed the app, it looks like exit(0).
|
||||
// So check for the finish file
|
||||
//
|
||||
if (finish_file_present()) {
|
||||
int e;
|
||||
if (finish_file_present(e)) {
|
||||
set_task_state(PROCESS_EXITED, "handle_exited_app");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue