src/protocols/yahoo/yahoo.c

changeset 7478
a7df4df98778
parent 7475
987384816492
child 7550
deceec35bb4b
equal deleted inserted replaced
7477:40ce33c4955a 7478:a7df4df98778
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);

mercurial