Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:5398
mupdf.openSUSE_Leap_42.1_Update
mupdf-fix-openjpeg2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mupdf-fix-openjpeg2.patch of Package mupdf.openSUSE_Leap_42.1_Update
Index: mupdf-1.5-source/source/fitz/load-jpx.c =================================================================== --- mupdf-1.5-source.orig/source/fitz/load-jpx.c +++ mupdf-1.5-source/source/fitz/load-jpx.c @@ -116,7 +116,7 @@ fz_load_jpx(fz_context *ctx, unsigned ch 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);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor