Skip to content

Commit

Permalink
CommandLineParser: amend to #307
Browse files Browse the repository at this point in the history
compatibility to CommandLineToArgvW or stdlib's main argument parsing

Signed-off-by: Sergey G. Brester <serg.brester@sebres.de>
  • Loading branch information
sebres authored and mcmilk committed Mar 30, 2023
1 parent 45c2456 commit e615c8c
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 e615c8c

Please sign in to comment.