mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fix to c728688
This commit is contained in:
parent
c7286881ee
commit
6a18085500
@ -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 ".
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user