diff src/protocols/yahoo/yahoo.c @ 7108:6faeeecab0dc

[gaim-migrate @ 7673] Put the rest of util.[ch] into namespaces and sectioned off the functions. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 07:15:53 +0000
parents 9220c7490cd1
children cc1d09631513
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Wed Oct 01 07:15:53 2003 +0000
@@ -675,7 +675,7 @@
 
 				msg = pair->value;
 
-				strip_linefeed(msg);
+				gaim_str_strip_linefeed(msg);
 				m = yahoo_codes_to_html(msg);
 				serv_got_im(gc, from, m, 0, tm);
 				g_free(m);
@@ -999,7 +999,7 @@
 	const unsigned char *magic_ptr;
 
 	unsigned int  magic[64];
-	unsigned int  magic_work;
+	unsigned int  magic_work = 0;
 	unsigned int  value = 0;
 	
 	int x;