libpurple/protocols/yahoo/yahoo_aliases.c

changeset 19062
ca120b32dda3
parent 19058
9facc10e1c01
child 19859
71d37b57eff2
--- a/libpurple/protocols/yahoo/yahoo_aliases.c	Wed Aug 01 04:05:18 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo_aliases.c	Wed Aug 01 06:23:02 2007 +0000
@@ -229,7 +229,7 @@
 				  "User-Agent: Mozilla/4.0 (compatible; MSIE 5.5)\r\n"
 				  "Cookie: T=%s; Y=%s\r\n"
 				  "Host: %s\r\n"
-				  "Content-Length: %i\r\n"
+				  "Content-Length: %" G_GSIZE_FORMAT "\r\n"
 				  "Cache-Control: no-cache\r\n\r\n"
 				  "%s",
 				  webpage, yd->cookie_t,yd->cookie_y, webaddress,

mercurial