diff src/protocols/msn/msg.c @ 19754:da3f8f7ec3ce

[gaim-migrate @ 16737] can send Message to Yahoo Messenger can receive the Yahoo Message, Need to post it to the conversation committed by Ma Yuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 13 Aug 2006 16:01:52 +0000
parents 8b4653986e8e
children 75ecc42d3e8d
line wrap: on
line diff
--- a/src/protocols/msn/msg.c	Sun Aug 13 06:09:48 2006 +0000
+++ b/src/protocols/msn/msg.c	Sun Aug 13 16:01:52 2006 +0000
@@ -471,6 +471,7 @@
 		{
 			memcpy(n, body, body_len);
 			n += body_len;
+			n = "\0";
 		}
 	}