From 79a41dc1bf07f4b207e648a7fc25f790697f6448 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 23 Feb 2014 21:42:49 +0000 Subject: [PATCH] --- coders/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/json.c b/coders/json.c index 1e4a0c023..8172dabbe 100644 --- a/coders/json.c +++ b/coders/json.c @@ -429,7 +429,7 @@ static ssize_t PrintChannelPerceptualHash(FILE *file,const ChannelType channel, n; n=FormatLocaleFile(file," \"%s\": {\n",name); - for (i=0; i < 7; i++) + for (i=0; i < 6; i++) n+=FormatLocaleFile(file, " \"phash%.20g\": [ \"%.*g\", \"%.*g\" ],\n",i+1.0, GetMagickPrecision(),channel_phash[channel].P[i], -- 2.40.0