summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2019-06-05 14:27:48 -0400
committerOz Linden <oz@lindenlab.com>2019-06-05 14:27:48 -0400
commite711376cc75a51973291d1730467c0b6e3a74226 (patch)
tree38b320f866e8d9a402a081dac0d1f00f95e66823 /indra/newview/llappviewerwin32.cpp
parent1e98a607d08019f66ae878e4cb247e850a7443cf (diff)
assorted cleanup
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r--indra/newview/llappviewerwin32.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index d208e135bb..6a6cc225d4 100644
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -802,8 +802,7 @@ bool LLAppViewerWin32::beingDebugged()
bool LLAppViewerWin32::restoreErrorTrap()
{
- return true;
- //return LLWinDebug::checkExceptionHandler();
+ return false;
}
void LLAppViewerWin32::initCrashReporting(bool reportFreeze)