From: cristy Date: Fri, 16 Jan 2015 00:08:00 +0000 (+0000) Subject: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26887 X-Git-Tag: 7.0.1-0~1434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fdba69784d746d0f9c8c4629ec499ec1cb2b0bb;p=imagemagick http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26887 --- diff --git a/MagickWand/identify.c b/MagickWand/identify.c index eb93644e3..7c9c320bf 100644 --- a/MagickWand/identify.c +++ b/MagickWand/identify.c @@ -346,8 +346,6 @@ WandExport MagickBooleanType IdentifyImageCommand(ImageInfo *image_info, "MemoryAllocationFailed",GetExceptionMessage(errno)); (void) ConcatenateString(&(*metadata),text); text=DestroyString(text); - if (GlobExpression(format,"*%n*",MagickFalse) != MagickFalse) - break; } } RemoveAllImageStack();