From 91ec8ef42333c8554d76f2d8c37858905e60e8e3 Mon Sep 17 00:00:00 2001 From: Vftdan Date: Mon, 19 Aug 2024 21:09:24 +0200 Subject: [PATCH] Don't switch to future events from channel event handler --- graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.c b/graph.c index 48b698b..a1e5a1e 100644 --- a/graph.c +++ b/graph.c @@ -49,7 +49,7 @@ channel_handle_event(EventPositionBase * self, EventNode * event) event->position = &target->as_EventPositionBase; event->input_index = ch->idx_end; target->as_EventPositionBase.waiting_new_event = false; - return false; // Continue processing events + return true; // Changes were made } void