diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/state.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/state.c b/src/state.c index bfc4416..595b708 100644 --- a/src/state.c +++ b/src/state.c @@ -278,9 +278,8 @@ bool State_reload(StateType type, i_ctx **ctx, usize ctx_len) { default: exit(EXIT_FAILURE); } - state_refresh_input_ctx(libptr, ctx, ctx_len); + return state_refresh_input_ctx(libptr, ctx, ctx_len); //state_refresh_input_ctx(libptr, &ctx_cpy, ctx_len); //ctx = &ctx_cpy; - return true; } #endif |
