Fixed syntax issue that was wrapped in #if that didn't get hit until we got to teamcity. oops.

master
Aura Linden 2014-01-16 10:37:10 -08:00
parent 00aa2fee6d
commit d9b0980491
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{