aboutsummaryrefslogtreecommitdiffstats
path: root/irc/irssi-icb/files/patch-src_core_icb-protocol.c
blob: a3e3a3bde1498bf00a8d565a96f1ddca70f68784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Fixes compilation with irssi 1.4.2

--- src/core/icb-protocol.c.orig	2022-08-08 07:03:52 UTC
+++ src/core/icb-protocol.c
@@ -340,8 +340,8 @@ static void sig_server_connected(ICB_SERVER_REC *serve
                 return;
 
 	server->readtag =
-		g_input_add(net_sendbuffer_handle(server->handle),
-			    G_INPUT_READ,
+		i_input_add(net_sendbuffer_handle(server->handle),
+			    I_INPUT_READ,
 			    (GInputFunction) icb_parse_incoming, server);
 }