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

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

diff --git a/SILLY-libpng15.patch b/SILLY-libpng15.patch
new file mode 100644 (file)
index 0000000..ffb4ac8
--- /dev/null
@@ -0,0 +1,11 @@
+--- SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp~   2006-06-19 00:42:12.000000000 +0200
++++ SILLY-0.1.0/src/loaders/SILLYPNGImageLoader.cpp    2012-02-11 00:46:14.189877028 +0100
+@@ -66,7 +66,7 @@
+     //  printf("PNG Error: %s\n", error);
+     // copied from libpng's pngerror.cpp
+     jmp_buf buf;
+-    memcpy(buf, png_ptr->jmpbuf, sizeof(jmp_buf));
++    memcpy(buf, png_jmpbuf(png_ptr), sizeof(jmp_buf));
+     longjmp(buf, 1);
+ }
This page took 0.063691 seconds and 4 git commands to generate.