diff options
Diffstat (limited to 'main/zlib/gzflush.patch')
-rw-r--r-- | main/zlib/gzflush.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/main/zlib/gzflush.patch b/main/zlib/gzflush.patch deleted file mode 100644 index 5e97e6573..000000000 --- a/main/zlib/gzflush.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/gzwrite.c 2010-01-18 21:18:27.000000000 +0100 -+++ b/gzwrite.c 2010-01-28 04:37:20.330530306 +0100 -@@ -435,7 +435,8 @@ - state = (gz_statep)file; - - /* check that we're writing and that there's no error */ -- if (state->mode != GZ_WRITE|| state->err != Z_OK) -+ if (state->mode != GZ_WRITE || state->err != Z_OK) -+ return Z_STREAM_ERROR; - - /* check flush parameter */ - if (flush < 0 || flush > Z_FINISH) |