This commit is contained in:
Birunthan Mohanathas 2012-10-06 20:18:55 +03:00
parent c7286881ee
commit 6a18085500

View File

@ -70,7 +70,7 @@ int RainmeterMain(LPWSTR cmdLine)
}
// Disallow everything except !LoadLayout.
if (_wcsnicmp(cmdLine, L"!LoadLayout ", 11) == 0)
if (_wcsnicmp(cmdLine, L"!LoadLayout ", 13) == 0)
{
layout = cmdLine + 11; // Skip "!LoadLayout ".
}