mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed 6a18085
This commit is contained in:
parent
6a18085500
commit
ce0ee2693f
@ -70,7 +70,7 @@ int RainmeterMain(LPWSTR cmdLine)
|
||||
}
|
||||
|
||||
// Disallow everything except !LoadLayout.
|
||||
if (_wcsnicmp(cmdLine, L"!LoadLayout ", 13) == 0)
|
||||
if (_wcsnicmp(cmdLine, L"!LoadLayout ", 12) == 0)
|
||||
{
|
||||
layout = cmdLine + 11; // Skip "!LoadLayout ".
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user