Changeset 8101


Ignore:
Timestamp:
05/31/12 10:48:55 (12 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/gif.c

    r8098 r8101  
    16901690            (void) WriteBlobByte(image,(unsigned char) 0x21); 
    16911691            (void) WriteBlobByte(image,(unsigned char) 0xfe); 
    1692             value=GetImageProperty(image,"comment"); 
     1692            value=GetImageProperty(image,"comment",exception); 
    16931693            for (p=value; *p != '\0'; ) 
    16941694            { 
Note: See TracChangeset for help on using the changeset viewer.