summaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-10-26 08:36:21 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-10-26 08:48:23 -0500
commit93254f66fc6cb0976c21ee130a2e1544cd8f9f47 (patch)
tree312c605526aa05228a03680747b5677175e54bfe /pngrutil.c
parent52093f17764485363ef7483c820bb90379bae87f (diff)
downloadlibpng-93254f66fc6cb0976c21ee130a2e1544cd8f9f47.tar.gz
[libpng15] Imported from libpng-1.5.6rc01.tarv1.5.6rc01
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrutil.c b/pngrutil.c
index afd441574..488e82ebb 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -941,7 +941,7 @@ png_handle_cHRM(png_structp png_ptr, png_infop info_ptr, png_uint_32 length)
else if (png_ptr->mode & PNG_HAVE_PLTE)
/* Should be an error, but we can cope with it */
- png_warning(png_ptr, "Missing PLTE before cHRM");
+ png_warning(png_ptr, "Out of place cHRM chunk");
if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_cHRM)
# ifdef PNG_READ_sRGB_SUPPORTED