+ fix: TinyExpr: "<n>=?" result not taken into account

This commit is contained in:
Rainer Kottenhoff 2020-09-12 07:21:45 +02:00
parent f2f35996a7
commit 5587cb2da4

View File

@ -2066,7 +2066,6 @@ static bool _EvalTinyExpr(bool qmark)
while (*pBegin && exprErr) {
dExprEval = te_interp(pBegin++, &exprErr);
}
if (!*pBegin) { exprErr = 1; }
FreeMem(lineBuf);
if (!exprErr) {