From 7f9446174c2e43d484b8f6284292a0a2e93b5eb4 Mon Sep 17 00:00:00 2001 From: "Glenn Randers-Pehrson glennrp@comcast.net" Date: Wed, 29 Apr 2009 08:09:06 -0500 Subject: [PATCH] Changed "Apple" to "Xcode" in warning message about CgBI chunk. --- pngcrush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngcrush.c b/pngcrush.c index a3cdb964a..f600d0bcd 100644 --- a/pngcrush.c +++ b/pngcrush.c @@ -4900,7 +4900,7 @@ png_uint_32 png_measure_idat(png_structp png_ptr) if (png_get_uint_32(chunk_name) == PNG_UINT_CgBI) { - printf(" This is an Apple CGBI file, not a PNG file.\n"); + printf(" This is an XCode CGBI file, not a PNG file.\n"); if (fix) { printf (" Removing the CgBI chunk.\n");