Skip to content

Commit

Permalink
Merge pull request #310 from sebres/patch-1
Browse files Browse the repository at this point in the history
amend to #307, compatibility to CommandLineToArgvW or stdlib's main argument parsing
  • Loading branch information
mcmilk committed Mar 30, 2023
2 parents 45c2456 + 5a5ab08 commit f5b437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/Common/CommandLineParser.cpp
Expand Up @@ -51,7 +51,7 @@ static const wchar_t * _SplitCommandLine(const wchar_t* s, UString &dest)
if (++qcount == 3)
{
dest += L'"';
qcount = 1;
qcount = 0;
}
}
f = s;
Expand Down

0 comments on commit f5b437f

Please sign in to comment.