From f0d6dde21d77905c0c3769c2d3491365d518c844 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 16 Oct 2017 07:21:19 +0200 Subject: [PATCH] Fixed compilation error. --- MagickCore/utility.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MagickCore/utility.c b/MagickCore/utility.c index 06b3c8d54..3ae9a7f11 100644 --- a/MagickCore/utility.c +++ b/MagickCore/utility.c @@ -1064,7 +1064,6 @@ MagickPrivate MagickBooleanType GetExecutionPath(char *path,const size_t extent) count; count=0; - execution_path=(char *) NULL; program_name=program_invocation_name; if (*program_invocation_name != '/') { -- 2.40.0