From: Cristy Date: Tue, 5 Jul 2016 12:16:31 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.2-3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6351fa5f71f9fd60f7f94bc2ed667b233d8006;p=imagemagick ... --- diff --git a/MagickCore/xwindow.c b/MagickCore/xwindow.c index 5de6ff185..b633ef02e 100644 --- a/MagickCore/xwindow.c +++ b/MagickCore/xwindow.c @@ -8591,7 +8591,7 @@ static const char *GetLocaleMonitorMessage(const char *text) register char *p; - (void) CopyMagickMemory(tag,text,MagickPathExtent); + (void) CopyMagickString(tag,text,MagickPathExtent); p=strrchr(tag,'/'); if (p != (char *) NULL) *p='\0';