summaryrefslogtreecommitdiff
path: root/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch')
-rw-r--r--debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch b/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch
index 25c7739..48b4fa4 100644
--- a/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch
+++ b/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch
@@ -13,7 +13,7 @@ values. This function uses the stream state in state->zstrm, but calls
xz_avail which uses the state->strm stream info. This causes gz_next4 to
signal a premature EOF if the data it is fetching crosses a 1024 byte boundary.
---
- xzlib.c | 26 ++++++++++++++++++++++----
+ xzlib.c | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/xzlib.c b/xzlib.c