Skip to content
Snippets Groups Projects
Commit d9b09804 authored by Aura Linden's avatar Aura Linden
Browse files

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

parent 00aa2fee
No related branches found
No related tags found
No related merge requests found
...@@ -353,7 +353,7 @@ void LLApp::setupErrorHandling() ...@@ -353,7 +353,7 @@ void LLApp::setupErrorHandling()
0, 0,
google_breakpad::ExceptionHandler::HANDLER_ALL, google_breakpad::ExceptionHandler::HANDLER_ALL,
MiniDumpNormal, //Generate a 'normal' minidump. MiniDumpNormal, //Generate a 'normal' minidump.
strinize(wpipe_name).c_str(), stringize(wpipe_name).c_str(),
NULL); //No custom client info. NULL); //No custom client info.
if (mExceptionHandler) if (mExceptionHandler)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment