From: cristy Date: Wed, 12 May 2010 00:54:41 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=458b5fee307f620ed11da2985001cef6000d107c;p=imagemagick --- diff --git a/magick/property.c b/magick/property.c index a4bd610c3..a1d79f9b2 100644 --- a/magick/property.c +++ b/magick/property.c @@ -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; }