From: Eric W. <war...@us...> - 2001-11-15 22:47:07
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv28517/src/protocols/irc Modified Files: irc.c Log Message: this actually doesn't change anything, unless you want to use gtk2. Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- irc.c 2001/11/07 11:14:33 1.55 +++ irc.c 2001/11/15 22:47:04 1.56 @@ -725,7 +725,7 @@ rename_chat_buddy(b, tmp, buf); r = b->in_room; g_free(tmp); - break;; + break; } else r = r->next; } |