diff -up pngcrush-1.6.10/pngcrush.c.fix pngcrush-1.6.10/pngcrush.c --- pngcrush-1.6.10/pngcrush.c.fix 2008-08-25 21:00:08.000000000 +0200 +++ pngcrush-1.6.10/pngcrush.c 2008-10-30 22:51:27.000000000 +0100 @@ -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