From 73dde830838ab7a270ed0fa3d504d933c253ce9f Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 14 May 2017 14:02:25 -0400 Subject: [PATCH] ... --- MagickCore/policy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/policy.c b/MagickCore/policy.c index f395d507f..f6fc7df8e 100644 --- a/MagickCore/policy.c +++ b/MagickCore/policy.c @@ -180,8 +180,8 @@ static LinkedListInfo *AcquirePolicyCache(const char *filename, ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed"); status=MagickTrue; #if defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT) - status=LoadPolicyCache(cache,ZeroConfigurationPolicy,"ZeroConfiguration",0, - exception); + status=LoadPolicyCache(cache,ZeroConfigurationPolicy,"[zero-configuration]", + 0,exception); #else { const StringInfo -- 2.40.0