Minor fixes

This commit is contained in:
Birunthan Mohanathas
2012-10-06 20:27:19 +03:00
parent ce0ee2693f
commit d449e5dac6
2 changed files with 2 additions and 2 deletions

View File

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