This commit is contained in:
StapleButter 2017-03-28 22:12:17 +02:00
parent b5f461b950
commit d6bab52baa
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ int CALLBACK WinMain(HINSTANCE hinst, HINSTANCE hprev, LPSTR cmdline, int cmdsho
for (int i = 0; i < len; i++)
{
char c = cmdline[i];
if (c == '\0') break;
if (c == '"') inquote = !inquote;
if (!inquote && c==' ')
{