diff options
Diffstat (limited to 'linden/indra/newview/llwindebug.cpp')
-rw-r--r-- | linden/indra/newview/llwindebug.cpp | 3 |
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) |