summaryrefslogtreecommitdiff
path: root/chat/irssi/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'chat/irssi/patches/patch-ae')
-rw-r--r--chat/irssi/patches/patch-ae6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/irssi/patches/patch-ae b/chat/irssi/patches/patch-ae
index 62fe1d8b23c..887a894e1f0 100644
--- a/chat/irssi/patches/patch-ae
+++ b/chat/irssi/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.4 2005/07/17 14:32:46 dillo Exp $
+$NetBSD: patch-ae,v 1.5 2006/03/04 06:34:13 wiz Exp $
---- src/core/network.c.orig 2003-10-11 04:00:02.000000000 +0200
+--- src/core/network.c.orig 2005-11-19 23:45:08.000000000 +0100
+++ src/core/network.c
-@@ -389,7 +389,7 @@ int net_transmit(GIOChannel *handle, con
+@@ -373,7 +373,7 @@ int net_transmit(GIOChannel *handle, con
err = g_io_channel_write(handle, (char *) data, len, &ret);
if (err == G_IO_ERROR_AGAIN ||