Changed "Apple" to "Xcode" in warning message about CgBI chunk.

This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net
2009-04-29 08:09:06 -05:00
parent 1b9aa7c882
commit 7f9446174c

View File

@@ -4900,7 +4900,7 @@ png_uint_32 png_measure_idat(png_structp png_ptr)
if (png_get_uint_32(chunk_name) == PNG_UINT_CgBI) 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) if (fix)
{ {
printf (" Removing the CgBI chunk.\n"); printf (" Removing the CgBI chunk.\n");