mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
fix datatype
This commit is contained in:
parent
ad25234350
commit
07c7445dd0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ typedef struct _php_zlib_buffer {
|
||||||
typedef struct _php_zlib_context {
|
typedef struct _php_zlib_context {
|
||||||
z_stream Z;
|
z_stream Z;
|
||||||
char *inflateDict;
|
char *inflateDict;
|
||||||
size_t status;
|
int status;
|
||||||
size_t inflateDictlen;
|
size_t inflateDictlen;
|
||||||
php_zlib_buffer buffer;
|
php_zlib_buffer buffer;
|
||||||
} php_zlib_context;
|
} php_zlib_context;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue