changeset 3793:ed3e19143373

[gaim-migrate @ 3933] hmm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 23 Oct 2002 05:02:09 +0000
parents 2567aabdf624
children 98fe726368ee
files src/protocols/irc/irc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Wed Oct 23 02:49:26 2002 +0000
+++ b/src/protocols/irc/irc.c	Wed Oct 23 05:02:09 2002 +0000
@@ -522,7 +522,7 @@
 	struct dcc_chat *chat = data;
 	gchar buffer[IRC_BUF_LEN];
 	gchar buf[128];
-	int n = 0, l;
+	int n = 0;
 	struct conversation *convo;
 	debug_printf("THIS IS TOO MUCH EFFORT\n");
 	n = read (chat->fd, buffer, IRC_BUF_LEN);