From bfc538800e24485b3008e509931c8798c1ae5597 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 20 Sep 2018 10:25:12 -0400 Subject: [PATCH] ... --- MagickCore/identify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0