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

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

diff --git a/WindowMaker-libpng15.patch b/WindowMaker-libpng15.patch
new file mode 100644 (file)
index 0000000..dbdd4f9
--- /dev/null
@@ -0,0 +1,11 @@
+--- WindowMaker-0.92.0/wrlib/png.c~    2004-10-12 20:22:04.000000000 +0200
++++ WindowMaker-0.92.0/wrlib/png.c     2012-02-08 17:01:46.922810472 +0100
+@@ -97,7 +97,7 @@
+     }
+     RErrorCode = RERR_INTERNAL;
+-    if (setjmp(png->jmpbuf)) {
++    if (setjmp(png_jmpbuf(png))) {
+         fclose(f);
+         png_destroy_read_struct(&png, &pinfo, &einfo);
+         if (image)
This page took 0.023121 seconds and 4 git commands to generate.