mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-21 01:51:24 +02:00
12 lines
370 B
Diff
12 lines
370 B
Diff
--- raine-0.51.11_orig/source/savepng.c 2009-12-31 23:25:03.000000000 +0100
|
|
+++ raine-0.51.11/source/savepng.c 2011-10-23 21:23:26.000000000 +0200
|
|
@@ -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;
|
|
}
|