[geany/geany] 65f782: Don't initialize ExecutableProgram and ExecutableName

Jiří Techet git-noreply at xxxxx
Mon Dec 17 21:05:34 UTC 2018


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 08 Oct 2016 12:12:45 UTC
Commit:      65f782b6d2acb7e967be717a1a4dafa76b3ae38c
             https://github.com/geany/geany/commit/65f782b6d2acb7e967be717a1a4dafa76b3ae38c

Log Message:
-----------
Don't initialize ExecutableProgram and ExecutableName

We shouldn't need it.


Modified Paths:
--------------
    ctags/main/routines.c

Modified: ctags/main/routines.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -162,8 +162,8 @@ const char *const PathDelimiters = ":/\\";
 
 char *CurrentDirectory;
 
-static const char *ExecutableProgram = NULL;
-static const char *ExecutableName = "geany";
+static const char *ExecutableProgram;
+static const char *ExecutableName;
 
 /*
 *   FUNCTION PROTOTYPES



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list