parent
fa6ef05616
commit
77e2f42be4
@ -1,3 +1,4 @@
|
|||||||
pngcrush-1.6.10.tar.bz2
|
pngcrush-1.6.10.tar.bz2
|
||||||
/pngcrush-1.7.35.tar.xz
|
/pngcrush-1.7.35.tar.xz
|
||||||
/pngcrush-1.7.43.tar.xz
|
/pngcrush-1.7.43.tar.xz
|
||||||
|
/pngcrush-1.7.59.tar.xz
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
pngcrush.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: pngcrush-1.6.10/pngcrush.c
|
|
||||||
===================================================================
|
|
||||||
--- pngcrush-1.6.10.orig/pngcrush.c
|
|
||||||
+++ pngcrush-1.6.10/pngcrush.c
|
|
||||||
@@ -2821,7 +2821,7 @@ int main(int argc, char *argv[])
|
|
||||||
#if !defined(PNG_cHRM_SUPPORTED) || !defined(PNG_hIST_SUPPORTED) || \
|
|
||||||
!defined(PNG_iCCP_SUPPORTED) || !defined(PNG_sCAL_SUPPORTED) || \
|
|
||||||
!defined(PNG_pCAL_SUPPORTED) || !defined(PNG_sPLT_SUPPORTED) || \
|
|
||||||
- !defined(PNG_tIME_SUPPORTED)
|
|
||||||
+ !defined(PNG_sTER_SUPPORTED) || !defined(PNG_tIME_SUPPORTED)
|
|
||||||
png_byte chunk_name[5];
|
|
||||||
chunk_name[4] = '\0';
|
|
||||||
#endif
|
|
Loading…
Reference in new issue