]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 31 May 2012 14:48:55 +0000 (14:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 31 May 2012 14:48:55 +0000 (14:48 +0000)
coders/gif.c

index f782248553ba27e00019187beff322639cfd3bd3..39c90cd14d7358dc5dfdd85b6eb689ac78950cb2 100644 (file)
@@ -1689,7 +1689,7 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image,
            */
             (void) WriteBlobByte(image,(unsigned char) 0x21);
             (void) WriteBlobByte(image,(unsigned char) 0xfe);
-            value=GetImageProperty(image,"comment");
+            value=GetImageProperty(image,"comment",exception);
             for (p=value; *p != '\0'; )
             {
               count=MagickMin(strlen(p),255);