From ff24a0682702606c0ba68de8e830231f3d192859 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 12 Jul 2013 23:14:48 +0300 Subject: [PATCH] Revert ConfigParser change in f9ab4ee --- Library/ConfigParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/ConfigParser.cpp b/Library/ConfigParser.cpp index e358a08b..4db6f34a 100644 --- a/Library/ConfigParser.cpp +++ b/Library/ConfigParser.cpp @@ -736,6 +736,7 @@ const std::wstring& ConfigParser::ReadString(LPCTSTR section, LPCTSTR key, LPCTS { result = strDefault; m_LastDefaultUsed = true; + return result; } } else