]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 5 Sep 2013 12:04:27 +0000 (12:04 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 5 Sep 2013 12:04:27 +0000 (12:04 +0000)
MagickCore/compare.c

index cb0f43185d8a5ebea956585f1a72125dcc4e7511..118ebf6f11737a705559e4079b6dc6368dc6367d 100644 (file)
@@ -1212,7 +1212,7 @@ MagickExport MagickBooleanType GetImageDistortion(Image *image,
   }
   *distortion=channel_distortion[CompositePixelChannel];
   channel_distortion=(double *) RelinquishMagickMemory(channel_distortion);
-  (void) FormatImageProperty(image,"distortion","%.*g",GetMagickPercision(),
+  (void) FormatImageProperty(image,"distortion","%.*g",GetMagickPrecision(),
     *distortion);
   return(status);
 }