diff src/protocols/gg/gg.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 414c701ef1ff
children ea2d07ad05a9
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Tue Nov 11 19:51:47 2003 +0000
+++ b/src/protocols/gg/gg.c	Tue Nov 11 20:34:00 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 7981 2003-10-30 22:27:36Z lschiere $
+ * $Id: gg.c 8091 2003-11-11 20:34:00Z hermanator $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  *
@@ -310,7 +310,7 @@
 			if (!allowed_uin(gc, user))
 				break;
 			imsg = charset_convert(e->event.msg.message, "CP1250", "UTF-8");
-			gaim_str_strip_linefeed(imsg);
+			gaim_str_strip_cr(imsg);
 			/* e->event.msg.time - we don't know what this time is for */
 			serv_got_im(gc, user, imsg, 0, time(NULL));
 			g_free(imsg);