commit | adbbfc410007ef9d06be68da58ee8b4e6e740808 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sun May 20 15:13:57 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sun May 20 15:13:57 2012 +0000 |
tree | 0d8efa75ef63be286ff4b9b92ae621542401084e | |
parent | 2ec9bd9933ea84f813349d7ec9b61bf394142b4b [diff] |
diff --git a/coders/miff.c b/coders/miff.c index d852c58..4bb63c4 100644 --- a/coders/miff.c +++ b/coders/miff.c
@@ -625,7 +625,7 @@ } *p='\0'; if (*options == '{') - (void) CopyMagickString(options,options+1,MaxTextExtent); + (void) strcpy(options,options+1); /* Assign a value to the specified keyword. */