From 4b527153ccf2a2830e38038ce4cf06ccc764d310 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 31 May 2008 09:03:28 +0000 Subject: fix zlib type issues on 32-bit systems --- src/core/netconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/netconnection.h') diff --git a/src/core/netconnection.h b/src/core/netconnection.h index ddc70f0..d3c6cf7 100644 --- a/src/core/netconnection.h +++ b/src/core/netconnection.h @@ -107,7 +107,7 @@ private: bool receive_compressed; size_t received_compressed_size; - size_t compressed_size; + unsigned long compressed_size; char zrecvbuf[BLOCKSIZE]; }; -- cgit v1.2.3