]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 23 Feb 2014 21:45:19 +0000 (21:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 23 Feb 2014 21:45:19 +0000 (21:45 +0000)
MagickCore/identify.c

index cdcaf0c09c87a5383957ffdca6c2b8ea68d0b5d1..0c9c0095df3150aaa562f9f4da81b4bc090f88f5 100644 (file)
@@ -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);