Matching original code

This commit is contained in:
Daniel Lemire 2020-06-23 14:23:43 -04:00
parent 7a4a8847d4
commit 908a9f13dc

View File

@ -1479,10 +1479,10 @@ namespace cxxopts
if (!s.empty())
{
result += "-" + toLocalString(s) + ",";
if (!l.empty())
{
result += ",";
result += "-" + toLocalString(s);
if (!l.empty())
{
result += ",";
}
}
else