From: Cristy Date: Sat, 18 Mar 2017 23:36:55 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-4~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a843a692027ca64aa49708e8d63fab10f40caf6;p=imagemagick ... --- diff --git a/MagickCore/resource.c b/MagickCore/resource.c index f3bd06735..398537e88 100644 --- a/MagickCore/resource.c +++ b/MagickCore/resource.c @@ -800,7 +800,7 @@ MagickExport MagickBooleanType ListMagickResourceInfo(FILE *file, MagickFormatExtent,width_limit); (void) FormatMagickSize(resource_info.height_limit,MagickFalse,"P", MagickFormatExtent,height_limit); - (void) FormatMagickSize(resource_info.area_limit,MagickFalse,"B", + (void) FormatMagickSize(resource_info.area_limit,MagickFalse,"P", MagickFormatExtent,area_limit); (void) FormatMagickSize(resource_info.memory_limit,MagickTrue,"B", MagickFormatExtent,memory_limit);