Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-21 22:45:18 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:05 +0300
commit106a68398df85f944817829e49e66bf4eaa8c910 (patch)
tree9f4d6db541cc32c9f74662c87711b115fca1d930 /qt/main.cpp
parentb3dfab333ac5107a78c5b5cf7dcc3f4b1774712e (diff)
[win] Fixed log file path
Diffstat (limited to 'qt/main.cpp')
-rw-r--r--qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);