diff src/protocols/yahoo/yahoo_filexfer.c @ 13276:d6a799421657

[gaim-migrate @ 15642] gsize != size_t on weird platforms committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 18:14:14 +0000
parents aaeb6ea63c56
children 6e50059617d3
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.c	Mon Feb 13 17:33:32 2006 +0000
+++ b/src/protocols/yahoo/yahoo_filexfer.c	Mon Feb 13 18:14:14 2006 +0000
@@ -146,7 +146,7 @@
 		guchar *pkt_buf;
 		const char *host;
 		int port;
-		gsize content_length, header_len, pkt_buf_len;
+		size_t content_length, header_len, pkt_buf_len;
 		GaimConnection *gc;
 		GaimAccount *account;
 		struct yahoo_data *yd;