]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 14 May 2017 13:48:22 +0000 (09:48 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 14 May 2017 13:48:22 +0000 (09:48 -0400)
MagickCore/policy.c

index 0a9bf2e0f185fcc798b7d9b0a123d2d50c3ce480..d74b54fcba2fd5462f8cec7464b021777c2a5450 100644 (file)
@@ -191,8 +191,8 @@ static LinkedListInfo *AcquirePolicyCache(const char *filename,
     option=(const StringInfo *) GetNextValueInLinkedList(options);
     while (option != (const StringInfo *) NULL)
     {
-      status&=LoadPolicyCache(cache,(const char *)
-        GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
+      status&=LoadPolicyCache(cache,(const char *) GetStringInfoDatum(option),
+        GetStringInfoPath(option),0,exception);
       option=(const StringInfo *) GetNextValueInLinkedList(options);
     }
     options=DestroyConfigureOptions(options);