]> git.pld-linux.org Git - packages/enigma.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Feb 2012 08:41:05 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enigma-libpng15.patch -> 1.1

enigma-libpng15.patch [new file with mode: 0644]

diff --git a/enigma-libpng15.patch b/enigma-libpng15.patch
new file mode 100644 (file)
index 0000000..98b4b67
--- /dev/null
@@ -0,0 +1,11 @@
+--- enigma-1.01/lib-src/enigma-core/IMG_SavePNG.c~     2005-11-25 00:17:06.000000000 +0100
++++ enigma-1.01/lib-src/enigma-core/IMG_SavePNG.c      2012-02-12 09:33:05.722521948 +0100
+@@ -84,7 +84,7 @@
+                 png_bytep *row_pointers = 0;
+                 /* Set error handling. */
+-                if (setjmp(png_ptr->jmpbuf)) {
++                if (setjmp(png_jmpbuf(png_ptr))) {
+                     IMG_SetError("Error writing the PNG file");
+                 }
+                 else {
This page took 0.110568 seconds and 4 git commands to generate.