]> granicus.if.org Git - imagemagick/commitdiff
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26887
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Jan 2015 00:08:00 +0000 (00:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Jan 2015 00:08:00 +0000 (00:08 +0000)
MagickWand/identify.c

index eb93644e3d1fa635687ca3beef0674b1ca5706a2..7c9c320bff9edeb24cfde7238e224ce3443c20c3 100644 (file)
@@ -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();