From ce0ee2693f18f851fe4c76bed618101cdd00cf62 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sat, 6 Oct 2012 20:20:39 +0300 Subject: [PATCH] Fixed 6a18085 --- Library/Rainmeter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Rainmeter.cpp b/Library/Rainmeter.cpp index 1724390d..2ceb739c 100644 --- a/Library/Rainmeter.cpp +++ b/Library/Rainmeter.cpp @@ -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 ". }