src/protocols/oscar/chatnav.c

changeset 10995
b2e67f26cc06
parent 10991
ad4c153f004f
child 11253
81cbd43ef85e
--- 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