Skip to content

Commit

Permalink
engine: added missing explicit cast
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 5, 2024
1 parent b3d6d23 commit 278bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static inline int handle_input_event(flb_pipefd_t fd, uint64_t ts,
return -1;
}

flb_input_coro_finished(config, ins_id);
flb_input_coro_finished(config, (int) ins_id);
return 0;
}

Expand Down

0 comments on commit 278bd07

Please sign in to comment.