]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 20 May 2012 15:15:46 +0000 (15:15 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 20 May 2012 15:15:46 +0000 (15:15 +0000)
coders/mpc.c

index 4046d3e4a750064cef04a57e83dbac762b6b8bfe..4b22426ce537e662995a706898c965b1535dfdb7 100644 (file)
@@ -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.
             */