summarylogtreecommitdiffstats
path: root/zlib-1.2.7.patch
diff options
context:
space:
mode:
authorKevin MacMartin2019-01-09 23:47:07 -0500
committerKevin MacMartin2019-01-09 23:47:07 -0500
commit7fde0a98af388ba4e150955c31083d5d3121b950 (patch)
treef93839edf63feea290027708f5a44387c6a9f197 /zlib-1.2.7.patch
parentbad0080799f6050c4080d83c9ece1f5757d2fc1b (diff)
downloadaur-7fde0a98af388ba4e150955c31083d5d3121b950.tar.gz
Update to 3.3
Diffstat (limited to 'zlib-1.2.7.patch')
-rw-r--r--zlib-1.2.7.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib-1.2.7.patch b/zlib-1.2.7.patch
index 5d7f5d61127e..fcaaecaf1c2b 100644
--- a/zlib-1.2.7.patch
+++ b/zlib-1.2.7.patch
@@ -1,5 +1,5 @@
diff --git a/src/zfile.c b/src/zfile.c
-index 719f06c..fb54b30 100644
+index 52259a3..1f54aa5 100644
--- a/src/zfile.c
+++ b/src/zfile.c
@@ -224,10 +224,10 @@ static char *try_uncompress_with_gzip(const char *name)
@@ -24,7 +24,7 @@ index 719f06c..fb54b30 100644
fclose(fddest);
return tmp_name;
-@@ -839,11 +839,11 @@ static int compress_with_gzip(const char *src, const char *dest)
+@@ -830,11 +830,11 @@ static int compress_with_gzip(const char *src, const char *dest)
char buf[256];
len = fread((void *)buf, 256, 1, fdsrc);
if (len > 0) {