Changeset 7986


Ignore:
Timestamp:
05/20/12 11:13:57 (12 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

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

    r7909 r7986  
    626626            *p='\0'; 
    627627            if (*options == '{') 
    628               (void) CopyMagickString(options,options+1,MaxTextExtent); 
     628              (void) strcpy(options,options+1); 
    629629            /* 
    630630              Assign a value to the specified keyword. 
Note: See TracChangeset for help on using the changeset viewer.