commit | 02eb33dc2773758031deb892df4e08b998b4524f | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu May 31 14:48:55 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu May 31 14:48:55 2012 +0000 |
tree | e205fcdd1d354c05fa0192746aa5c9cd92d134be | |
parent | fa31e13e846c446d6ce14989f84a3a14ca88f6ff [diff] |
diff --git a/coders/gif.c b/coders/gif.c index f782248..39c90cd 100644 --- a/coders/gif.c +++ b/coders/gif.c
@@ -1689,7 +1689,7 @@ */ (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);