From 7590421848b9e57eceeb1c91bf2fc1aa25d889c0 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 6 Jun 2016 09:28:53 -0400 Subject: [PATCH] ... --- MagickCore/image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/image.c b/MagickCore/image.c index 49c34c8d3..b52a56272 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -2688,9 +2688,9 @@ MagickExport MagickBooleanType SetImageInfo(ImageInfo *image_info, */ LocaleUpper(magic); magick_info=GetMagickInfo(magic,sans_exception); - delegate_info=GetDelegateInfo(magic,(const char *) NULL,sans_exception); + delegate_info=GetDelegateInfo(magic,"*",sans_exception); if (delegate_info == (const DelegateInfo *) NULL) - delegate_info=GetDelegateInfo((const char *) NULL,magic,sans_exception); + delegate_info=GetDelegateInfo("*",magic,sans_exception); if (((magick_info != (const MagickInfo *) NULL) || (delegate_info != (const DelegateInfo *) NULL)) && (IsMagickConflict(magic) == MagickFalse)) -- 2.40.0