exp_parser:: fixed a bug with ../

This commit is contained in:
Zeno Rogue 2020-05-15 11:53:30 +02:00
parent 4a8e3285c7
commit 78871fc736
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ cld exp_parser::parse(int prio) {
rest.back()[2] = parse(10);
rest.back()[3] = NO_DERIVATIVE;
second = true;
continue;
}
at += 2;
auto val = parse(10);