mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ fix: TinyExpr: "<n>=?" result not taken into account
This commit is contained in:
parent
f2f35996a7
commit
5587cb2da4
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user