diff src/protocols/trepia/trepia.c @ 11127:719779387f96

[gaim-migrate @ 13183] Change the base16 and base64 functions to use better data types, and make appropriate changes to other parts of the Gaim code to get rid of a few warnings and hopefully make things more correct. In other news, why is CVS HEAD crashing for me on exit? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 19 Jul 2005 05:15:45 +0000
parents 50224ac8184d
children 096020ae09a9
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c	Tue Jul 19 03:51:54 2005 +0000
+++ b/src/protocols/trepia/trepia.c	Tue Jul 19 05:15:45 2005 +0000
@@ -851,7 +851,7 @@
 					char *icon;
 					int icon_len;
 
-					gaim_base64_decode(value, &icon, &icon_len);
+					icon = gaim_base64_decode(value, &icon_len);
 
 					gaim_buddy_icons_set_for_user(account,
 							username, icon, icon_len);