ports/emulators/raine/files/patch-source__savepng.c
Thomas Zander 77d0a14284 - Update to version 0.51.9
- Update WWW in pkg-descr
- Pet portlint

PR:		192790
Submitted by:	tkato432@yahoo.com
Approved by:	mentors (implicit)
2014-08-23 16:58:25 +00:00

11 lines
270 B
C

--- source/savepng.c.orig
+++ source/savepng.c
@@ -203,7 +203,7 @@
goto Error;
/* Set error handling. */
- if (setjmp(png_ptr->jmpbuf)) {
+ if (setjmp(png_jmpbuf(png_ptr))) {
/* If we get here, we had a problem reading the file. */
goto Error;
}