From 96b586a5582b906659080e73294588e03eeab00a Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 9 May 2016 05:11:22 +0000 Subject: Release 10.73.01 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2773 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/ppmhist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analyzer/ppmhist.c') diff --git a/analyzer/ppmhist.c b/analyzer/ppmhist.c index cc47bb82..9b526606 100644 --- a/analyzer/ppmhist.c +++ b/analyzer/ppmhist.c @@ -322,7 +322,7 @@ colornameLabel(pixel const color, PPM_DEPTH(color255, color, maxval, 255); - colorIndex = ppm_findclosestcolor(dictColors, nDictColor, &color); + colorIndex = ppm_findclosestcolor(dictColors, nDictColor, &color255); assert(colorIndex >= 0 && colorIndex < nDictColor); -- cgit 1.4.1