[gaim-migrate @ 2302]

Mon, 17 Sep 2001 06:21:33 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Mon, 17 Sep 2001 06:21:33 +0000
changeset 2292
59f96c90f6c4
parent 2291
b3fcbcc5da8b
child 2293
0b97886b9464

[gaim-migrate @ 2302]
another fix

src/protocols/irc/irc.c file | annotate | diff | comparison | revisions
--- a/src/protocols/irc/irc.c	Mon Sep 17 05:29:19 2001 +0000
+++ b/src/protocols/irc/irc.c	Mon Sep 17 06:21:33 2001 +0000
@@ -612,7 +612,6 @@
 {
 	GSList *bcs = gc->buddy_chats;
 	char buf[IRC_BUF_LEN];
-	int n = 0;
 
 	while (bcs) {
 		struct conversation *b = bcs->data;
@@ -620,6 +619,7 @@
 		GList *r = b->in_room;
 		while (r) {
 			char *who = r->data;
+			int n = 0;
 			if (*who == '@')
 				buf[n++] = *who++;
 			if (*who == '+')

mercurial