diff src/protocols/oscar/chat.c @ 6001:5e9364e9b29e

[gaim-migrate @ 6449] This makes the global proxy settings usable, I think. I think I'll try to get rid of PROXYHOST, PROXYPORT, etc. tomrrow. For now? Sleep. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 03 Jul 2003 04:49:38 +0000
parents 04dc7fe68889
children 6d3d8f11e765
line wrap: on
line diff
--- a/src/protocols/oscar/chat.c	Thu Jul 03 03:23:27 2003 +0000
+++ b/src/protocols/oscar/chat.c	Thu Jul 03 04:49:38 2003 +0000
@@ -532,7 +532,7 @@
 	/*
 	 * SubTLV: Type 1: Message
 	 */
-	aim_addtlvtochain_raw(&itl, 0x0001, strlen(msg), msg);
+	aim_addtlvtochain_raw(&itl, 0x0001, msglen, msg);
 
 	/*
 	 * Type 5: Message block.  Contains more TLVs.