comparison 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
comparison
equal deleted inserted replaced
19753:88b0c434259a 19754:da3f8f7ec3ce
469 { 469 {
470 if (body != NULL) 470 if (body != NULL)
471 { 471 {
472 memcpy(n, body, body_len); 472 memcpy(n, body, body_len);
473 n += body_len; 473 n += body_len;
474 n = "\0";
474 } 475 }
475 } 476 }
476 477
477 if (ret_size != NULL) 478 if (ret_size != NULL)
478 { 479 {