From 78871fc736a1e80e72f7bb04c118287ba84e952f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 15 May 2020 11:53:30 +0200 Subject: [PATCH] exp_parser:: fixed a bug with ../ --- util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/util.cpp b/util.cpp index a7ed4e95..85eb7df7 100644 --- a/util.cpp +++ b/util.cpp @@ -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);