From: cristy Date: Thu, 31 May 2012 14:48:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02eb33dc2773758031deb892df4e08b998b4524f;p=imagemagick --- diff --git a/coders/gif.c b/coders/gif.c index f78224855..39c90cd14 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -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);