CommandLineParser: amend to #307

compatibility to CommandLineToArgvW or stdlib's main argument parsing

Signed-off-by: Sergey G. Brester <serg.brester@sebres.de>
This commit is contained in:
Sergey G. Brester
2023-03-30 16:44:02 +02:00
committed by Tino Reichardt
parent 45c245645d
commit e615c8c63f

View File

@@ -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;