From 307e1b5c6863d6b22d43b23e8d220310ce32bc7e Mon Sep 17 00:00:00 2001 From: Foereaper Date: Fri, 4 Sep 2015 20:57:54 +0200 Subject: [PATCH] Update Dep submodule to the main Rel21 module This also fixes the tools --- dep | 2 +- src/tools/map-extractor/System.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dep b/dep index 434e35eb3..6893d7d4a 160000 --- a/dep +++ b/dep @@ -1 +1 @@ -Subproject commit 434e35eb326667b347586c013871aec3f29d74a3 +Subproject commit 6893d7d4a3717e15364b1a63ba06df371aa382e8 diff --git a/src/tools/map-extractor/System.cpp b/src/tools/map-extractor/System.cpp index 60cd88ba3..2b1ff9b20 100644 --- a/src/tools/map-extractor/System.cpp +++ b/src/tools/map-extractor/System.cpp @@ -239,7 +239,7 @@ uint32 ReadBuild(int locale) { // include build info file also std::string filename = std::string("component.wow-") + langs[locale] + ".txt"; - //printf("Read %s file... ", filename.c_str()); + printf("Read %s file... ", filename.c_str()); HANDLE fileHandle;