diff src/protocols/oscar/service.c @ 10990:8d74ae785a46

[gaim-migrate @ 12828] More compile warning getting rid of. Also fix the crash from my last batch of comile warning getting rid ofs. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Jun 2005 04:33:52 +0000
parents 33746d45bd0d
children bd8ac1d4b2f2
line wrap: on
line diff
--- a/src/protocols/oscar/service.c	Thu Jun 09 04:15:22 2005 +0000
+++ b/src/protocols/oscar/service.c	Thu Jun 09 04:33:52 2005 +0000
@@ -860,7 +860,7 @@
 		aimbs_put8(&fr->data, 0x04);
 		aimbs_put8(&fr->data, strlen(msg)+4);
 		aimbs_put16(&fr->data, strlen(msg));
-		aimbs_putraw(&fr->data, msg, strlen(msg));
+		aimbs_putstr(&fr->data, msg);
 		aimbs_put16(&fr->data, 0x0000);
 	} else {
 		if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 4 + 8)))