You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-sports/gracer/files/gracer-0.1.5-png15.patch

12 lines
314 B

--- a/common/gr_texture.c 2011-09-14 14:23:46.820207882 +0200
+++ b/common/gr_texture.c 2011-09-14 14:24:22.861203604 +0200
@@ -431,7 +431,7 @@
if (!info_ptr) {
goto ERROR;
}
- if (setjmp (png_ptr->jmpbuf)) {
+ if (setjmp (png_jmpbuf(png_ptr))) {
goto ERROR;
}
png_init_io (png_ptr, file);