From a64b8285ae054b63eeec3af90f0526bbcc7e96b9 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 15 Jan 2011 20:06:48 +0000 Subject: fix simple bug in code from a few minutes ago git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1389 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pngtopam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/other/pngtopam.c b/converter/other/pngtopam.c index 5dbacd1d..15f3911d 100644 --- a/converter/other/pngtopam.c +++ b/converter/other/pngtopam.c @@ -527,7 +527,7 @@ dumpPngInfo(struct pngx * const pngxP) { else pm_message("bKGD chunk: not present"); - if (info_ptr->valid & PNG_INFO_HIST) + if (info_ptr->valid & PNG_INFO_hIST) pm_message("hIST chunk: present"); else pm_message("hIST chunk: not present"); -- cgit 1.4.1