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