Matching original code
This commit is contained in:
parent
7a4a8847d4
commit
908a9f13dc
@ -1479,7 +1479,7 @@ namespace cxxopts
|
||||
|
||||
if (!s.empty())
|
||||
{
|
||||
result += "-" + toLocalString(s) + ",";
|
||||
result += "-" + toLocalString(s);
|
||||
if (!l.empty())
|
||||
{
|
||||
result += ",";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user