summarylogtreecommitdiffstats
path: root/mupdf-1.5-openjpeg-2.1.0.patch
diff options
context:
space:
mode:
authortugdilgoldhand2016-09-04 11:01:21 +0200
committertugdilgoldhand2016-09-04 11:01:21 +0200
commit96ad9ad56666984bda928ea3fccad897fb49d979 (patch)
tree42a13fe89bd70dc6679b8afa6a3de00d49fc4d92 /mupdf-1.5-openjpeg-2.1.0.patch
parentc93566e0862f0d8a5b8739636cb1546169c9e249 (diff)
downloadaur-96ad9ad56666984bda928ea3fccad897fb49d979.tar.gz
Update to 1.9a
Diffstat (limited to 'mupdf-1.5-openjpeg-2.1.0.patch')
-rw-r--r--mupdf-1.5-openjpeg-2.1.0.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/mupdf-1.5-openjpeg-2.1.0.patch b/mupdf-1.5-openjpeg-2.1.0.patch
deleted file mode 100644
index 889edcdea34c..000000000000
--- a/mupdf-1.5-openjpeg-2.1.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
-index dd7bf9e..b7c8680 100644
---- a/source/fitz/load-jpx.c
-+++ b/source/fitz/load-jpx.c
-@@ -116,7 +116,7 @@ fz_load_jpx(fz_context *ctx, unsigned char *data, int size, fz_colorspace *defcs
- opj_stream_set_read_function(stream, fz_opj_stream_read);
- opj_stream_set_skip_function(stream, fz_opj_stream_skip);
- opj_stream_set_seek_function(stream, fz_opj_stream_seek);
-- opj_stream_set_user_data(stream, &sb);
-+ opj_stream_set_user_data(stream, &sb, NULL);
- /* Set the length to avoid an assert */
- opj_stream_set_user_data_length(stream, size);
-