From 4d47a6cefe3c5ac022aa2e91033065a2354f4d19 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 25 Oct 2024 18:26:28 +0200 Subject: Documentation & chore Includes: - increase the limit - update with sources - remove arena include in send.c --- v2/chatty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'v2/chatty.c') diff --git a/v2/chatty.c b/v2/chatty.c index 5697bcd..ddaae5c 100644 --- a/v2/chatty.c +++ b/v2/chatty.c @@ -428,8 +428,9 @@ int main(int argc, char **argv) } if (quit) break; + } - } else if (fds[FDS_RESIZE].revents & POLLIN) { + if (fds[FDS_RESIZE].revents & POLLIN) { tb_poll_event(&ev); } -- cgit v1.2.3