Fixed syntax issue that was wrapped in #if that didn't get hit until we got to teamcity. oops.
parent
00aa2fee6d
commit
d9b0980491
|
|
@ -353,7 +353,7 @@ void LLApp::setupErrorHandling()
|
|||
0,
|
||||
google_breakpad::ExceptionHandler::HANDLER_ALL,
|
||||
MiniDumpNormal, //Generate a 'normal' minidump.
|
||||
strinize(wpipe_name).c_str(),
|
||||
stringize(wpipe_name).c_str(),
|
||||
NULL); //No custom client info.
|
||||
if (mExceptionHandler)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue