From a2c7425bbbb56313fcc57de59249636f129fe6eb Mon Sep 17 00:00:00 2001 From: D-AIRY <admin@ds-servers.com> Date: Sun, 2 Aug 2020 14:27:37 +0300 Subject: [PATCH] Fixed string --- source/xEngine/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/xEngine/Engine.cpp b/source/xEngine/Engine.cpp index 32285403d..5ab4ab24c 100644 --- a/source/xEngine/Engine.cpp +++ b/source/xEngine/Engine.cpp @@ -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( -- GitLab