From: cristy Date: Mon, 9 Jan 2012 18:06:59 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72f4b0bc28ffae4816b28cc27e5381e887a49bd;p=imagemagick --- diff --git a/MagickCore/identify.c b/MagickCore/identify.c index 4c78109a1..9939513b4 100644 --- a/MagickCore/identify.c +++ b/MagickCore/identify.c @@ -1064,6 +1064,7 @@ MagickExport MagickBooleanType IdentifyImage(Image *image,FILE *file, (void) FormatLocaleFile(file," Filesize: %s\n",format); (void) FormatMagickSize((MagickSizeType) image->columns*image->rows, MagickFalse,format); + format[strlen(format)-1]='P'; (void) FormatLocaleFile(file," Number pixels: %s\n",format); (void) FormatMagickSize((MagickSizeType) ((double) image->columns*image->rows/ elapsed_time+0.5),MagickFalse,format);