# HG changeset patch # User Eric Warmenhoven # Date 1000707693 0 # Node ID 6625d0755c5147598f461aaa0ccfe14f58a8b544 # Parent 5e35b4c63c2c9ca0260e8661b945e2227dde3add [gaim-migrate @ 2302] another fix committer: Tailor Script diff -r 5e35b4c63c2c -r 6625d0755c51 src/protocols/irc/irc.c --- 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 == '+')