Mon, 17 Sep 2001 06:21:33 +0000
[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 == '+')