]> granicus.if.org Git - imagemagick/commitdiff
Fixed compilation error.
authorDirk Lemstra <dirk@git.imagemagick.org>
Mon, 16 Oct 2017 05:21:19 +0000 (07:21 +0200)
committerDirk Lemstra <dirk@git.imagemagick.org>
Mon, 16 Oct 2017 05:21:19 +0000 (07:21 +0200)
MagickCore/utility.c

index 06b3c8d54f71ddbd715cb1a51a44b13de58e6019..3ae9a7f11e2b28de5be781d52be1f7b5319f84b8 100644 (file)
@@ -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 != '/')
       {