mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 07:14:56 -06:00
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:
committed by
Tino Reichardt
parent
45c245645d
commit
e615c8c63f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user