Fixed broken @include due to 9453780

This commit is contained in:
Birunthan Mohanathas 2012-05-19 21:18:52 +03:00
parent 9453780c26
commit 965a400657

View File

@ -1307,7 +1307,7 @@ void CConfigParser::ReadIniFile(const std::wstring& iniFile, LPCTSTR config, int
++sep;
}
if (wcsncmp(key.c_str(), L"@include", 8) == 0)
if (wcsncmp(key.c_str(), L"@INCLUDE", 8) == 0)
{
if (clen > 0)
{