]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 12 May 2010 00:54:41 +0000 (00:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 12 May 2010 00:54:41 +0000 (00:54 +0000)
magick/property.c

index a4bd610c37a50cb0b659a309cb656d75904bda57..a1d79f9b26a95518fa88e92a76eee94840209ac4 100644 (file)
@@ -3068,6 +3068,7 @@ MagickExport char *InterpretImageProperties(const ImageInfo *image_info,
               }
             (void) CopyMagickString(q,value,extent);
             q+=length;
+            break;
           }
         if (image_info == (ImageInfo *) NULL)
           break;
@@ -3086,6 +3087,7 @@ MagickExport char *InterpretImageProperties(const ImageInfo *image_info,
               }
             (void) CopyMagickString(q,value,extent);
             q+=length;
+            break;
           }
         break;
       }