aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwindebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwindebug.cpp')
-rw-r--r--linden/indra/newview/llwindebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llwindebug.cpp b/linden/indra/newview/llwindebug.cpp
index aba637c..3f0364b 100644
--- a/linden/indra/newview/llwindebug.cpp
+++ b/linden/indra/newview/llwindebug.cpp
@@ -699,7 +699,7 @@ void LLWinDebug::generateCrashStacks(struct _EXCEPTION_POINTERS *exception_infop
699 // Since there is exception info... Release the hounds. 699 // Since there is exception info... Release the hounds.
700 gEmergencyMemoryReserve.release(); 700 gEmergencyMemoryReserve.release();
701 701
702 if(gSavedSettings.getControl("SaveMinidump") != NULL && gSavedSettings.getBOOL("SaveMinidump")) 702 if(gSavedSettings.getControl("SaveMinidump").isNull() && gSavedSettings.getBOOL("SaveMinidump"))
703 { 703 {
704 _MINIDUMP_EXCEPTION_INFORMATION ExInfo; 704 _MINIDUMP_EXCEPTION_INFORMATION ExInfo;
705 705