From: Eric W. <war...@us...> - 2001-10-08 03:22:56
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv15360 Modified Files: conversation.c Log Message: hi there. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.274 retrieving revision 1.275 diff -u -d -r1.274 -r1.275 --- conversation.c 2001/10/08 01:12:57 1.274 +++ conversation.c 2001/10/08 03:22:53 1.275 @@ -1367,10 +1367,13 @@ /* XXX CUI: this is really bad and should be moved somewhere else later. */ if (!c->is_chat && c->gc) { int index = g_slist_index(connections, c->gc); + int sconv = strlen(c->name); int sname = strlen(who); int swhat = strlen(what); UI_build_broadcast(CUI_TYPE_MESSAGE, CUI_MESSAGE_RECV, sizeof(index), &index, + sizeof(sconv), &sconv, + sconv, c->name, sizeof(sname), &sname, sname, who, sizeof(flags), &flags, |