Revert ConfigParser change in f9ab4ee

This commit is contained in:
Birunthan Mohanathas 2013-07-12 23:14:48 +03:00
parent dca5795929
commit ff24a06827

View File

@ -736,6 +736,7 @@ const std::wstring& ConfigParser::ReadString(LPCTSTR section, LPCTSTR key, LPCTS
{ {
result = strDefault; result = strDefault;
m_LastDefaultUsed = true; m_LastDefaultUsed = true;
return result;
} }
} }
else else