mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
- Update WWW in pkg-descr - Pet portlint PR: 192790 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit)
11 lines
270 B
C
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;
|
|
}
|