diff --git a/client/app.C b/client/app.C index fbd595e786..7490651c75 100644 --- a/client/app.C +++ b/client/app.C @@ -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; }