From 8756ac386c61796da4502b8cda4c942cde53f823 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 23 Sep 2017 16:04:55 +0000 Subject: improve error message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3074 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pnmtopalm/pnmtopalm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'converter/other/pnmtopalm') diff --git a/converter/other/pnmtopalm/pnmtopalm.c b/converter/other/pnmtopalm/pnmtopalm.c index 287d8c1e..25c8af2e 100644 --- a/converter/other/pnmtopalm/pnmtopalm.c +++ b/converter/other/pnmtopalm/pnmtopalm.c @@ -787,9 +787,9 @@ computeRawRowNonDirect(const xel * const xelrow, sizeof(ColormapEntry), palmcolor_compare_colors); if (!foundEntryP) { - pm_error("Color %u:%u:%u not found in colormap. " - "Try using pnmquant to reduce the " - "number of colors.", + pm_error("INERNAL ERROR: " + "Color (%u,%u,%u) not found in colormap, " + "though it was supposedly there before", PPM_GETR(xelrow[col]), PPM_GETG(xelrow[col]), PPM_GETB(xelrow[col])); -- cgit 1.4.1