diff libpurple/protocols/msn/command.c @ 22798:05cb3f04c01e

This cleans up a bunch of warnings that stem from the fact that size_t and gsize have different sizes on different platforms.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 03 May 2008 02:12:26 +0000
parents 04edbd747947
children f1345f4338e3
line wrap: on
line diff
--- a/libpurple/protocols/msn/command.c	Fri May 02 23:16:11 2008 +0000
+++ b/libpurple/protocols/msn/command.c	Sat May 03 02:12:26 2008 +0000
@@ -121,7 +121,7 @@
 	/* khc: Huh! */
 	/*add payload Length checking*/
 	msn_set_payload_len(cmd);
-	purple_debug_info("MSNP14","get payload len:%d\n",cmd->payload_len);
+	purple_debug_info("MSNP14","get payload len:%" G_GSIZE_FORMAT "\n", cmd->payload_len);
 
 	msn_command_ref(cmd);