*fixed a referencing bug with collection iteration in a FOR loop.
This commit is contained in:
parent
46c2874500
commit
d72a974ce6
3
HISTORY
3
HISTORY
@ -1,3 +1,6 @@
|
||||
Apr. 20 2017
|
||||
Fixed a referencing bug with collection iteration in a FOR loop
|
||||
|
||||
Apr. 8 2017
|
||||
Renamed the PEEK statement to BACK
|
||||
|
||||
|
@ -10546,6 +10546,7 @@ static int _execute_ranged_for_loop(mb_interpreter_t* s, _ls_node_t** l, _var_t*
|
||||
break;
|
||||
}
|
||||
to_node = ast;
|
||||
switch(range_ptr->type) { _REF_COLL(range_ptr) default: /* Do nothing */ break; }
|
||||
|
||||
_to:
|
||||
ast = to_node;
|
||||
|
Loading…
x
Reference in New Issue
Block a user