diff libpurple/protocols/oscar/family_chatnav.c @ 22475:3225c99785b8

Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF() to our debug functions (I really thought we had added that in a while ago?) I didn't fix all of them... just most of them. Oh, see these pages for a little info: http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#G-GNUC-PRINTF:CAPS
author Mark Doliner <mark@kingant.net>
date Sun, 16 Mar 2008 20:36:52 +0000
parents da244d258b03
children 979a81468e19
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_chatnav.c	Sun Mar 16 20:35:23 2008 +0000
+++ b/libpurple/protocols/oscar/family_chatnav.c	Sun Mar 16 20:36:52 2008 +0000
@@ -38,7 +38,7 @@
 	GSList *tlvlist;
 
 	if (!(snac2 = aim_remsnac(od, snac->id))) {
-		purple_debug_warning("oscar", "chatnav error: received response to unknown request (%08lx)\n", snac->id);
+		purple_debug_warning("oscar", "chatnav error: received response to unknown request (%08x)\n", snac->id);
 		return 0;
 	}
 
@@ -455,7 +455,7 @@
 	int ret = 0;
 
 	if (!(snac2 = aim_remsnac(od, snac->id))) {
-		purple_debug_misc("oscar", "faim: chatnav_parse_info: received response to unknown request! (%08lx)\n", snac->id);
+		purple_debug_misc("oscar", "faim: chatnav_parse_info: received response to unknown request! (%08x)\n", snac->id);
 		return 0;
 	}