From 106a68398df85f944817829e49e66bf4eaa8c910 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 21 Apr 2011 20:45:18 +0200 Subject: [PATCH] [win] Fixed log file path --- qt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/main.cpp b/qt/main.cpp index ebf5d7878a..2cd8ac6f18 100644 --- a/qt/main.cpp +++ b/qt/main.cpp @@ -57,7 +57,7 @@ namespace InitializeFinalize() { // App runs without error console under win32. - m_errFile = ::freopen("D:/mapswithme.log", "w", stderr); + m_errFile = ::freopen(".\\mapswithme.log", "w", stderr); my::g_LogLevel = my::LDEBUG; //_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_DELAY_FREE_MEM_DF);