]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 5 Jul 2016 12:20:31 +0000 (08:20 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 5 Jul 2016 12:20:31 +0000 (08:20 -0400)
MagickWand/mogrify.c
MagickWand/operation.c

index 67fef5c5ba21b4401c1c87904a469481a9e16624..e4b4ffc5f768b4c9d147a61d0e29f46ac1489b52 100644 (file)
@@ -423,7 +423,7 @@ static MagickBooleanType MonitorProgress(const char *text,
     return(MagickTrue);
   if ((offset != (MagickOffsetType) (extent-1)) && ((offset % 50) != 0))
     return(MagickTrue);
-  (void) CopyMagickMemory(tag,text,MagickPathExtent);
+  (void) CopyMagickString(tag,text,MagickPathExtent);
   p=strrchr(tag,'/');
   if (p != (char *) NULL)
     *p='\0';
index 33746d58afe6ccba304d9f99951cb394b2528e02..898a55ca87d17d5bc814aff66c39850bcd8ceda0 100644 (file)
@@ -107,7 +107,7 @@ static MagickBooleanType MonitorProgress(const char *text,
     return(MagickTrue);
   if ((offset != (MagickOffsetType) (extent-1)) && ((offset % 50) != 0))
     return(MagickTrue);
-  (void) CopyMagickMemory(tag,text,MagickPathExtent);
+  (void) CopyMagickString(tag,text,MagickPathExtent);
   p=strrchr(tag,'/');
   if (p != (char *) NULL)
     *p='\0';