summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-12 18:29:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-12 18:29:24 (GMT)
commitda2d06ef7001453e949f73dff29d7f3720c11cee (patch)
tree6120e0c0366c67e9287f917203aa1be8e26f3b55 /generic/tclZlib.c
parent24d57ac2241711f505d3c2b6aa488a2b36062404 (diff)
parent7fcc213b7aa1313c6bbe4ee2f794913e6776b0db (diff)
downloadtcl-da2d06ef7001453e949f73dff29d7f3720c11cee.zip
tcl-da2d06ef7001453e949f73dff29d7f3720c11cee.tar.gz
tcl-da2d06ef7001453e949f73dff29d7f3720c11cee.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclZlib.c')
-rw-r--r--generic/tclZlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index f2c3cb9..0233e2f 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -117,7 +117,7 @@ typedef struct {
z_stream outStream; /* Structure used by zlib for compression of
* output. */
char *inBuffer, *outBuffer; /* Working buffers. */
- int inAllocated, outAllocated;
+ size_t inAllocated, outAllocated;
/* Sizes of working buffers. */
GzipHeader inHeader; /* Header read from input stream, when
* decompressing a gzip stream. */