diff options
| author | Nayd <dnpd.dd@gmail.com> | 2014-12-24 17:45:29 +0000 | 
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2014-12-24 17:45:29 +0000 | 
| commit | 09f57db03d352a12d18d06a9c1616045f233dc4d (patch) | |
| tree | 42859cfd2326884b3325345b96f21b2cb1136ebb /dep/zlib/deflate.h | |
| parent | 33a492e822425506884f5ca3d3baef8d5d7d94d7 (diff) | |
Dep/zlib: Update zlib from version 1.2.7 to 1.2.8
"Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements:
Add new inflateGetDictionary() function
Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream.
Fix bug in gzclose() when gzwrite() runs out of memory"
Diffstat (limited to 'dep/zlib/deflate.h')
| -rw-r--r-- | dep/zlib/deflate.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/zlib/deflate.h b/dep/zlib/deflate.h index fbac44d908e..ce0299edd19 100644 --- a/dep/zlib/deflate.h +++ b/dep/zlib/deflate.h @@ -104,7 +104,7 @@ typedef struct internal_state {      int   wrap;          /* bit 0 true for zlib, bit 1 true for gzip */      gz_headerp  gzhead;  /* gzip header information to write */      uInt   gzindex;      /* where in extra, name, or comment */ -    Byte  method;        /* STORED (for zip only) or DEFLATED */ +    Byte  method;        /* can only be DEFLATED */      int   last_flush;    /* value of flush param for previous deflate call */                  /* used by deflate.c: */  | 
