mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
...
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user