diff src/protocols/irc/irc.c @ 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 fb519383a058
children 43e396e94095
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);