*fixed a referencing bug with the if
statement.
This commit is contained in:
parent
0641d64bc0
commit
f4a9fc1cda
3
HISTORY
3
HISTORY
@ -1,3 +1,6 @@
|
||||
Nov. 28 2017
|
||||
Fixed a referencing bug with the IF statement
|
||||
|
||||
Nov. 25 2017
|
||||
Fixed a lookup issue with the mb_get_var function
|
||||
|
||||
|
@ -15548,6 +15548,7 @@ _elseif:
|
||||
_MAKE_NIL(val);
|
||||
result = _calc_expression(s, &ast, &val);
|
||||
_ONCOND(s, val, 0);
|
||||
_REF(val)
|
||||
if(result != MB_FUNC_OK)
|
||||
goto _exit;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user