Fix assertion failure (issue #217) (#218)

This commit is contained in:
Felix Esch 2020-01-08 07:14:46 +01:00 committed by jarro2783
parent 23f56e2614
commit 943cdcfbba

View File

@ -1559,6 +1559,7 @@ namespace cxxopts
stringAppend(result, "\n");
stringAppend(result, start, ' ');
startLine = lastSpace + 1;
lastSpace = startLine;
}
size = 0;
}