From adbbfc410007ef9d06be68da58ee8b4e6e740808 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 20 May 2012 15:13:57 +0000 Subject: [PATCH] --- coders/miff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/miff.c b/coders/miff.c index d852c581a..4bb63c4fd 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -625,7 +625,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, } *p='\0'; if (*options == '{') - (void) CopyMagickString(options,options+1,MaxTextExtent); + (void) strcpy(options,options+1); /* Assign a value to the specified keyword. */ -- 2.40.0