From 34a4541114318a7eda1c96ed58f83cdcd2622207 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 17 May 2022 15:23:33 +0200 Subject: Move packet handler and line splitting to vchat-connection.c --- vchat-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-client.c') diff --git a/vchat-client.c b/vchat-client.c index d6a3db3..db31c7c 100755 --- a/vchat-client.c +++ b/vchat-client.c @@ -411,7 +411,7 @@ eventloop (void) /* something to read from server? */ if (poll_result & 2) - networkinput (); + vc_receive (); break; } } -- cgit v1.2.3