changeset 27272:1a255e11c02b

Dear Compiler, Shut up!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 27 Jun 2009 10:37:26 +0000
parents f57904a95fbb
children 7d4eb0834107 c0f1ae3e16e0
files libpurple/protocols/oscar/clientlogin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/clientlogin.c	Sat Jun 27 10:30:58 2009 +0000
+++ b/libpurple/protocols/oscar/clientlogin.c	Sat Jun 27 10:37:26 2009 +0000
@@ -518,7 +518,7 @@
 
 	/* Tack on the body */
 	g_string_append_printf(request, "Content-Type: application/x-www-form-urlencoded; charset=UTF-8\r\n");
-	g_string_append_printf(request, "Content-Length: %lu\r\n\r\n", body->len);
+	g_string_append_printf(request, "Content-Length: %" G_GSIZE_FORMAT "\r\n\r\n", body->len);
 	g_string_append_len(request, body->str, body->len);
 	g_string_free(body, TRUE);