mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
317 B
C
11 lines
317 B
C
--- xwin.c.orig 2011-07-26 00:03:37.000000000 +0200
|
|
+++ xwin.c 2012-05-01 08:33:19.000000000 +0200
|
|
@@ -277,7 +277,7 @@
|
|
fclose(f);
|
|
return 1;
|
|
}
|
|
- if (setjmp(pp->jmpbuf)) {
|
|
+ if (setjmp(png_jmpbuf(pp))) {
|
|
png_destroy_write_struct(&pp,&ip);
|
|
fclose(f);
|
|
gdk_image_destroy(image);
|