patched evt_core

This commit is contained in:
Quentin 2020-01-23 19:52:11 +01:00
parent aa4055297c
commit fbef0f4628

View file

@ -269,7 +269,7 @@ void evt_core_loop(struct evt_core_ctx* ctx) {
timing_fx_start(&tfx_loop);
if (num_fd == -1) {
perror("Failed to epoll_wait");
exit(EXIT_FAILURE);
continue;
}
for (n = 0 ; n < num_fd; n++) {