changeset 19733:7a478b174ac9

len should be a socklen_t rather than an unsigned int in _qq_s5_canwrite()
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 11 Sep 2007 13:50:03 +0000
parents 97559afd70e4
children 0844b0638f0b
files libpurple/protocols/qq/udp_proxy_s5.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/udp_proxy_s5.c	Tue Sep 11 13:48:19 2007 +0000
+++ b/libpurple/protocols/qq/udp_proxy_s5.c	Tue Sep 11 13:50:03 2007 +0000
@@ -285,7 +285,7 @@
 	unsigned char buf[512];
 	int i;
 	struct PHB *phb = data;
-	unsigned int len;
+	socklen_t len;
 	int error = ETIMEDOUT;
 
 	purple_debug(PURPLE_DEBUG_INFO, "socks5 proxy", "Connected.\n");