From: Cristy Date: Thu, 20 Sep 2018 14:25:12 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-12~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfc538800e24485b3008e509931c8798c1ae5597;p=imagemagick ... --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index f5fdbc65e..de3bd6309 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -1485,7 +1485,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, if (elapsed_time > MagickEpsilon) { (void) FormatMagickSize((MagickSizeType) ((double) image->columns* - image->rows/elapsed_time+0.5),MagickFalse,"B",MagickPathExtent,format); + image->rows/elapsed_time+0.5),MagickFalse,"P",MagickPathExtent,format); (void) FormatLocaleFile(file," Pixels per second: %s\n",format); } (void) FormatLocaleFile(file," User time: %0.3fu\n",user_time);