diff src/protocols/yahoo/yahoo_picture.c @ 13271:aaeb6ea63c56

[gaim-migrate @ 15637] Fix some of the silly signedness issues that I introduced committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 13 Feb 2006 05:32:42 +0000
parents 33bef17125c2
children d6a799421657
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_picture.c	Mon Feb 13 04:27:52 2006 +0000
+++ b/src/protocols/yahoo/yahoo_picture.c	Mon Feb 13 05:32:42 2006 +0000
@@ -369,7 +369,8 @@
 	gchar *size, *header;
 	guchar *pkt_buf;
 	const char *host;
-	gsize content_length, port, pkt_buf_len;
+	int port;
+	gsize content_length, pkt_buf_len;
 	GaimConnection *gc;
 	GaimAccount *account;
 	struct yahoo_data *yd;