comparison src/protocols/yahoo/yahoo.c @ 7478:3c21f3084ff0

[gaim-migrate @ 8091] gaim_str_strip_linefeed strips carriage returns.. changing name accordingly. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Nov 2003 20:34:00 +0000
parents 08ce2a94d9c7
children ebf1f580d6a9
comparison
equal deleted inserted replaced
7477:29d69daa1ede 7478:3c21f3084ff0
684 if (pair->key == 14) { 684 if (pair->key == 14) {
685 char *m; 685 char *m;
686 686
687 msg = pair->value; 687 msg = pair->value;
688 688
689 gaim_str_strip_linefeed(msg); 689 gaim_str_strip_cr(msg);
690 m = yahoo_codes_to_html(msg); 690 m = yahoo_codes_to_html(msg);
691 serv_got_im(gc, from, m, 0, tm); 691 serv_got_im(gc, from, m, 0, tm);
692 g_free(m); 692 g_free(m);
693 693
694 tm = time(NULL); 694 tm = time(NULL);