diff src/protocols/yahoo/yahoo_picture.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 6fc412e59214
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_picture.c	Mon Feb 13 17:33:32 2006 +0000
+++ b/src/protocols/yahoo/yahoo_picture.c	Mon Feb 13 18:14:14 2006 +0000
@@ -370,7 +370,7 @@
 	guchar *pkt_buf;
 	const char *host;
 	int port;
-	gsize content_length, pkt_buf_len;
+	size_t content_length, pkt_buf_len;
 	GaimConnection *gc;
 	GaimAccount *account;
 	struct yahoo_data *yd;