diff 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
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Tue Nov 11 19:51:47 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Nov 11 20:34:00 2003 +0000
@@ -686,7 +686,7 @@
 
 				msg = pair->value;
 
-				gaim_str_strip_linefeed(msg);
+				gaim_str_strip_cr(msg);
 				m = yahoo_codes_to_html(msg);
 				serv_got_im(gc, from, m, 0, tm);
 				g_free(m);