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.
|
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);
|
|
}
|