Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
xstereograph
xstereograph-2.1-libpng15.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xstereograph-2.1-libpng15.patch of Package xstereograph
Index: stereograph-0.28a/gfxio.c =================================================================== --- stereograph-0.28a/gfxio.c +++ stereograph-0.28a/gfxio.c @@ -315,7 +315,7 @@ int Read_PNG (FILE *ifile, unsigned char } /* libpng error handling */ - if (setjmp(png_ptr->jmpbuf)) { + if (setjmp(png_jmpbuf(png_ptr))) { png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); if(verbose) printf("FAILED;\n"); else fprintf(stderr, "reading gfx data...FAILED\n"); fprintf(stderr, "libpng reported an error!\n"); @@ -415,7 +415,7 @@ int Write_PNG (FILE *ofile, struct GFX_D } /* libpng error handling */ - if (setjmp(png_ptr->jmpbuf)) { + if (setjmp(png_jmpbuf(png_ptr))) { png_destroy_write_struct(&png_ptr, &info_ptr); if(verbose) printf("FAILED;\n"); else fprintf(stderr, "writing gfx data...FAILED\n"); fprintf(stderr, "libpng reported an error!\n");
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