Changeset 7986
- Timestamp:
- 05/20/12 11:13:57 (12 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/miff.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/miff.c
r7909 r7986 626 626 *p='\0'; 627 627 if (*options == '{') 628 (void) CopyMagickString(options,options+1,MaxTextExtent);628 (void) strcpy(options,options+1); 629 629 /* 630 630 Assign a value to the specified keyword.
Note: See TracChangeset
for help on using the changeset viewer.
