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