diff options
| author | Aura Linden <aura@lindenlab.com> | 2014-01-14 15:28:35 -0800 |
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2014-01-14 15:28:35 -0800 |
| commit | ea7e6a5174f1bdfc51ada864736d354706534d8b (patch) | |
| tree | c3b6be6d25b33e41ce01edabb6f0bf91ce3afb38 /indra/newview/llappviewer.cpp | |
| parent | 1269634e21078ad0af12d29c41778039e9f195ec (diff) | |
Some cleanup of string to wstring conversion and vice versa.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rwxr-xr-x | indra/newview/llappviewer.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 307a02b527..5c0368df19 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3512,7 +3512,10 @@ void LLAppViewer::handleViewerCrash() gDebugInfo["Dynamic"]["MinidumpPath"] = minidump_file; } #ifdef LL_WINDOWS - getFileList(); + else + { + getFileList(); + } #endif gDebugInfo["Dynamic"]["CrashType"]="crash"; |
