mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
fix datatype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user