From 0a76279937f8c333fd1df70a29cb9e577ee66262 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 16 Apr 2017 10:58:17 -0400 Subject: [PATCH] ... --- coders/inline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/inline.c b/coders/inline.c index 0030436c28..e437fe7da2 100644 --- a/coders/inline.c +++ b/coders/inline.c @@ -123,7 +123,7 @@ static Image *ReadINLINEImage(const ImageInfo *image_info, image_info->filename); assert(exception != (ExceptionInfo *) NULL); assert(exception->signature == MagickCoreSignature); - if (LocaleCompare(image_info->magick,"DATA") == 0) + if (LocaleNCompare(image_info->filename,"data:",5) == 0) { char *filename;