*fixed a referencing bug with the if statement.

This commit is contained in:
Wang Renxin 2017-11-28 16:01:24 +08:00
parent 0641d64bc0
commit f4a9fc1cda
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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;