From 30a5982b4ec9eb0bfdbca5f85f742ec2adf9ab3c Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 14 Aug 2023 11:13:56 +0200 Subject: Return result of refresh input --- src/state.c | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.3