Skip to content

Commit

Permalink
Also bind helper methods in engine_ctrl()
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Aug 6, 2022
1 parent 5ab3c0d commit feb22a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eng_front.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ static int engine_ctrl(ENGINE *engine, int cmd, long i, void *p, void (*f) ())
ctx = get_ctx(engine);
if (!ctx)
return 0;
bind_helper_methods(engine);
return ctx_engine_ctrl(ctx, cmd, i, p, f);
}

Expand Down

0 comments on commit feb22a6

Please sign in to comment.