diff options
author | Oz Linden <oz@lindenlab.com> | 2019-06-05 14:27:48 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2019-06-05 14:27:48 -0400 |
commit | e711376cc75a51973291d1730467c0b6e3a74226 (patch) | |
tree | 38b320f866e8d9a402a081dac0d1f00f95e66823 /indra/newview/llappviewerwin32.cpp | |
parent | 1e98a607d08019f66ae878e4cb247e850a7443cf (diff) |
assorted cleanup
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 3 |
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) |