From: cristy Date: Sun, 23 Feb 2014 21:45:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2641 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6808a80606d300a5e5fe0fece9e4b82e0dad61ab;p=imagemagick --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index cdcaf0c09..0c9c0095d 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -393,7 +393,7 @@ static ssize_t PrintChannelPerceptualHash(FILE *file,const ChannelType channel, n=FormatLocaleFile(file," %s:\n",name); for (i=0; i < 7; i++) - n+=FormatLocaleFile(file," %.20g: %.*g, %.*g\n",i+1.0, + n+=FormatLocaleFile(file," PH%.20g: %.*g, %.*g\n",i+1.0, GetMagickPrecision(),channel_phash[channel].P[i], GetMagickPrecision(),channel_phash[channel].Q[i]); return(n);