commit | 0a76279937f8c333fd1df70a29cb9e577ee66262 | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Sun Apr 16 10:58:17 2017 -0400 |
committer | Cristy <urban-warrior@imagemagick.org> | Sun Apr 16 10:58:17 2017 -0400 |
tree | 207bccb414684feb943b6903ac43aae38f1f3599 | |
parent | b01d64f4e09a86b41dc936c65fc4ebdef9aae7bb [diff] |
...
diff --git a/coders/inline.c b/coders/inline.c index 0030436..e437fe7 100644 --- a/coders/inline.c +++ b/coders/inline.c
@@ -123,7 +123,7 @@ 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;