diff --git a/.gitignore b/.gitignore index 49ba1e96..62f25aea 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ bin/ obj/ *.xcworkspace/ xcuserdata/ +*.suo diff --git a/helper/win32/KeeWebHelper.exe b/helper/win32/KeeWebHelper.exe index a9412ef1..5f061b69 100755 Binary files a/helper/win32/KeeWebHelper.exe and b/helper/win32/KeeWebHelper.exe differ diff --git a/helper/win32/src/KeeWebHelper/InputParser.cs b/helper/win32/src/KeeWebHelper/InputParser.cs index 2a434c4a..af70aac8 100644 --- a/helper/win32/src/KeeWebHelper/InputParser.cs +++ b/helper/win32/src/KeeWebHelper/InputParser.cs @@ -12,7 +12,6 @@ namespace KeeWebHelper { return null; } - line = line.Trim(); if (line.Length == 0) { return new NoOpCommand();