Skip to content
Snippets Groups Projects
Commit a2c7425b authored by D-AIRY's avatar D-AIRY
Browse files

Fixed string

parent 917bbb4a
Branches
Tags version_X.10.1-dev
No related merge requests found
......@@ -106,7 +106,7 @@ CEngine::CEngine(int argc, char **argv, const char *szName)
{
szPath[iLastPos + 1] = 0;
}
wcscat(szPath, L"crashreporter.exe =version " LTEXT(SKYXENGINE_VERSION) " -dumpid "); // Keep last space!
wcscat(szPath, L"crashreporter.exe =version " LTEXT(SKYXENGINE_VERSION) L" -dumpid "); // Keep last space!
CreateDirectoryA("../crashdmp", NULL);
m_pBreakpadHandler = new google_breakpad::ExceptionHandler(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment