Don't ignore result type in iterative runner
-.-
This commit is contained in:
parent
62e859638e
commit
9f7c823103
1 changed files with 1 additions and 1 deletions
|
|
@ -1296,7 +1296,7 @@ apfl_iterative_runner_next(apfl_iterative_runner runner)
|
|||
apfl_push_userdata(runner->ctx, runner);
|
||||
apfl_cfunc_setslot(runner->ctx, -2, 0, -1);
|
||||
apfl_list_create(runner->ctx, 0);
|
||||
apfl_call_protected(runner->ctx, -2, -1, &runner->with_error_on_stack);
|
||||
runner->result = apfl_call_protected(runner->ctx, -2, -1, &runner->with_error_on_stack);
|
||||
|
||||
return !runner->end;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue