You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/xli/files/xli-1.17.0-libpng14.patch

15 lines
245 B

http://aur.archlinux.org/packages.php?ID=1676
http://archwyrm.net/~me/xli-libpng.diff
--- a/png.c
+++ b/png.c
@@ -27,7 +27,7 @@
if (ret != 8)
return 0;
- ret = png_check_sig(buf, 8);
+ ret = !png_sig_cmp(buf, 0, 8);
return (ret);
}