diff libpurple/protocols/msn/switchboard.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 6aa076a2ea6f
children 455a8264e06e 1dd0e007514d
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Fri May 02 23:16:11 2008 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Sat May 03 02:12:26 2008 +0000
@@ -544,7 +544,7 @@
 	msn_message_show_readable(msg, "SB SEND", FALSE);
 #endif
 
-	trans = msn_transaction_new(cmdproc, "MSG", "%c %d",
+	trans = msn_transaction_new(cmdproc, "MSG", "%c %" G_GSIZE_FORMAT,
 								msn_message_get_flag(msg), payload_len);
 
 	/* Data for callbacks */