]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 29 Sep 2012 00:05:47 +0000 (00:05 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 29 Sep 2012 00:05:47 +0000 (00:05 +0000)
MagickCore/property.c

index dc083e51790df7373f493bec1d1b76b6a4a48195..342799185fc1c10dd4065a63b7dda28afe84ad0e 100644 (file)
@@ -1332,7 +1332,8 @@ static MagickBooleanType GetEXIFProperty(const Image *image,
             continue;
           p=(unsigned char *) (exif+offset);
         }
-      if ((all != 0) || (tag == (size_t) tag_value))
+      if ((level == 0) &&
+          ((all != 0) || (tag == (size_t) tag_value)))
         {
           char
             buffer[MaxTextExtent],