]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/identify.c
(no commit message)
[imagemagick] / 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);