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 <leonardo.alminana@chronosphere.io>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 5, 2024
1 parent 507d975 commit 5b73404
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 5b73404

Please sign in to comment.