mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed broken @include due to 9453780
This commit is contained in:
parent
9453780c26
commit
965a400657
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user