Correct parsing error after prog parse

This commit is contained in:
Louis 2015-03-03 11:58:12 +01:00
parent 89b4d02e58
commit 6f3ca50aec

View file

@ -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
{