From: Cristy Date: Sat, 27 Jan 2018 20:50:07 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-23~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aec427982a892384fcac25fd660f821966de1830;p=imagemagick ... --- diff --git a/MagickCore/module.c b/MagickCore/module.c index a6202a9a4..39721f4fb 100644 --- a/MagickCore/module.c +++ b/MagickCore/module.c @@ -373,7 +373,7 @@ static int ModuleCompare(const void *x,const void *y) **p, **q; - p=(const char **) x; + p=(const char **) x; q=(const char **) y; return(LocaleCompare(*p,*q)); }