Merge branch 'hugo4'

This commit is contained in:
Hugo LAMY
2022-08-15 00:32:47 +02:00
14 changed files with 395 additions and 86 deletions

View File

@@ -226,7 +226,7 @@ std::string
begin = str.rfind(delim, pos);
if (begin == NPOS)
begin = 0;
else
else if (begin < pos)
begin += delim.size();
end = str.find(delim, pos);