From 7f6351fa5f71f9fd60f7f94bc2ed667b233d8006 Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 5 Jul 2016 08:16:31 -0400 Subject: [PATCH] ... --- MagickCore/xwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.40.0