From: cristy Date: Sun, 20 May 2012 15:15:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7058781b9b7d5565766555752cc2226d702f1a76;p=imagemagick --- diff --git a/coders/mpc.c b/coders/mpc.c index 4046d3e4a..4b22426ce 100644 --- a/coders/mpc.c +++ b/coders/mpc.c @@ -325,7 +325,7 @@ static Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception) } *p='\0'; if (*options == '{') - (void) CopyMagickString(options,options+1,MaxTextExtent); + (void) strcpy(options,options+1); /* Assign a value to the specified keyword. */