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.
18 lines
715 B
18 lines
715 B
---
|
|
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
|