From 019b8322d16f09e24e1f9f068f33bd3faffddbcc Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 14 May 2017 14:06:43 -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 f6fc7df8e..0828ee813 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,"[zero-configuration]", - 0,exception); + status=LoadPolicyCache(cache,ZeroConfigurationPolicy,"[zero-configuration]",0, + exception); #else { const StringInfo -- 2.50.1