From 02eb33dc2773758031deb892df4e08b998b4524f Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 31 May 2012 14:48:55 +0000 Subject: [PATCH] --- coders/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1