[gaim-migrate @ 12835]

Thu, 09 Jun 2005 05:04:23 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 09 Jun 2005 05:04:23 +0000
changeset 10995
b2e67f26cc06
parent 10994
808c2badf521
child 10996
145cffed9c3e

[gaim-migrate @ 12835]
test

src/protocols/oscar/chatnav.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/chatnav.c	Thu Jun 09 05:00:41 2005 +0000
+++ b/src/protocols/oscar/chatnav.c	Thu Jun 09 05:04:23 2005 +0000
@@ -54,7 +54,7 @@
 	 * the value of the room name in create requests is ignored.
 	 */
 	aimbs_put8(&fr->data, strlen(ck));
-	aimbs_putraw(&fr->data, ck, strlen(ck));
+	aimbs_putstr(&fr->data, ck);
 
 	/* 
 	 * instance

mercurial