mirror of https://github.com/BOINC/boinc.git
parent
fae3fbad75
commit
6a74d051d2
|
@ -297,7 +297,7 @@ int ACTIVE_TASK::start(bool first_time) {
|
|||
|
||||
// check for an error; if there is one, set error information for the currect result
|
||||
if(win_error) {
|
||||
gstate.report_project_error(*result, win_error, (LPTSTR)&lpMsgBuf,CLIENT_COMPUTING);
|
||||
gstate.report_project_error(*result, win_error, (LPTSTR)&lpMsgBuf);
|
||||
LocalFree(lpMsgBuf);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue