aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwindebug.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-11 16:10:10 -0600
committerJacek Antonelli2009-01-11 16:10:15 -0600
commit6156baad67c744ed03ea47798bfeb8a77698efc6 (patch)
tree872d35ff6df740462d8cb574d03f746dfd5dd1ae /linden/indra/newview/llwindebug.cpp
parentSecond Life viewer sources 1.22.3-RC (diff)
downloadmeta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.zip
meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.gz
meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.bz2
meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.xz
Second Life viewer sources 1.22.4-RC
Diffstat (limited to 'linden/indra/newview/llwindebug.cpp')
-rw-r--r--linden/indra/newview/llwindebug.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llwindebug.cpp b/linden/indra/newview/llwindebug.cpp
index 04457eb..b433901 100644
--- a/linden/indra/newview/llwindebug.cpp
+++ b/linden/indra/newview/llwindebug.cpp
@@ -430,7 +430,7 @@ LLSD WINAPI Get_Exception_Info(PEXCEPTION_POINTERS pException)
430 FILETIME Last_Write_Time; 430 FILETIME Last_Write_Time;
431 FILETIME Local_File_Time; 431 FILETIME Local_File_Time;
432 SYSTEMTIME T; 432 SYSTEMTIME T;
433 433
434 Str = new WCHAR[DUMP_SIZE_MAX]; 434 Str = new WCHAR[DUMP_SIZE_MAX];
435 Str_Len = 0; 435 Str_Len = 0;
436 if (!Str) 436 if (!Str)
@@ -440,6 +440,7 @@ LLSD WINAPI Get_Exception_Info(PEXCEPTION_POINTERS pException)
440 440
441 GetModuleFileName(NULL, Str, MAX_PATH); 441 GetModuleFileName(NULL, Str, MAX_PATH);
442 info["Process"] = ll_convert_wide_to_string(Str); 442 info["Process"] = ll_convert_wide_to_string(Str);
443 info["ThreadID"] = (S32)GetCurrentThreadId();
443 444
444 // If exception occurred. 445 // If exception occurred.
445 if (pException) 446 if (pException)