From 07c7445dd056535d021eb02fc1ba4a96f0dfd2f7 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 10 Jul 2017 17:34:58 +0200 Subject: fix datatype --- ext/zlib/php_zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib/php_zlib.h') diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index e7f89055c7..01a08cc998 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -48,7 +48,7 @@ typedef struct _php_zlib_buffer { typedef struct _php_zlib_context { z_stream Z; char *inflateDict; - size_t status; + int status; size_t inflateDictlen; php_zlib_buffer buffer; } php_zlib_context; -- cgit v1.2.1