Added DynamicVariables support for WebParser

This commit is contained in:
Brian Ferguson
2013-07-10 17:01:15 -06:00
parent 3104a53107
commit f9ab4ee414
2 changed files with 114 additions and 9 deletions

View File

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