Skip to content
Snippets Groups Projects
Commit bf1af55a authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-7691 Crashreported sometimes not starting from unicode named folders

parent cba67487
No related branches found
No related tags found
No related merge requests found
...@@ -694,7 +694,7 @@ void LLAppViewerWin32::initCrashReporting(bool reportFreeze) ...@@ -694,7 +694,7 @@ void LLAppViewerWin32::initCrashReporting(bool reportFreeze)
PROCESS_INFORMATION processInfo; PROCESS_INFORMATION processInfo;
std::wstring exe_wstr; std::wstring exe_wstr;
exe_wstr=wstringize(exe_path); exe_wstr = utf8str_to_utf16str(exe_path);
std::wstring arg_wstr; std::wstring arg_wstr;
arg_wstr=wstringize(arg_str); arg_wstr=wstringize(arg_str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment