mirror of
https://github.com/louisrubet/rpn
synced 2025-01-01 18:20:06 +01:00
Correct parsing error after prog parse
This commit is contained in:
parent
89b4d02e58
commit
6f3ca50aec
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ static bool _cut(const char* entry, vector<string>& entries)
|
|||
entries.push_back(tmp);
|
||||
tmp.clear();
|
||||
}
|
||||
i--;// i has move 1 too far
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue