changeset 2292:6625d0755c51

[gaim-migrate @ 2302] another fix committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 17 Sep 2001 06:21:33 +0000
parents 5e35b4c63c2c
children 88552158f19b
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	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 == '+')