| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/print/hp2xx/files/ |
Upload File : |
--- png.c.orig 2003-06-21 17:31:51.000000000 +0200
+++ png.c 2012-05-06 06:59:14.000000000 +0200
@@ -6,6 +6,7 @@
#include <stdlib.h>
#include "to_png.h"
#include <png.h>
+#include <zlib.h>
#define PDNCOL 256
@@ -36,7 +37,7 @@
}
/* set up error handlimg for libpng */
- if (setjmp(png_ptr->jmpbuf)) {
+ if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_write_struct(&png_ptr, &info_ptr);
return;
}