diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llwindebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llwindebug.cpp b/linden/indra/newview/llwindebug.cpp index 7607315..d2f6748 100644 --- a/linden/indra/newview/llwindebug.cpp +++ b/linden/indra/newview/llwindebug.cpp | |||
@@ -696,7 +696,7 @@ void LLWinDebug::generateCrashStacks(struct _EXCEPTION_POINTERS *exception_infop | |||
696 | // Since there is exception info... Release the hounds. | 696 | // Since there is exception info... Release the hounds. |
697 | gEmergencyMemoryReserve.release(); | 697 | gEmergencyMemoryReserve.release(); |
698 | 698 | ||
699 | if(gSavedSettings.getControl("SaveMinidump").isNull() && gSavedSettings.getBOOL("SaveMinidump")) | 699 | if(gSavedSettings.getControl("SaveMinidump").notNull() && gSavedSettings.getBOOL("SaveMinidump")) |
700 | { | 700 | { |
701 | _MINIDUMP_EXCEPTION_INFORMATION ExInfo; | 701 | _MINIDUMP_EXCEPTION_INFORMATION ExInfo; |
702 | 702 | ||