Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 03 Aug 2016 10:21:51 UTC Commit: eb45c80058bc74fb3331e91d78d41e54b1ff482b https://github.com/geany/geany/commit/eb45c80058bc74fb3331e91d78d41e54b1ff48...
Log Message: ----------- Always define ExecutableName variable
Modified Paths: -------------- ctags/main/routines.c
Modified: ctags/main/routines.c 3 lines changed, 0 insertions(+), 3 deletions(-) =================================================================== @@ -165,10 +165,7 @@ const char *const PathDelimiters = ":/\";
char *CurrentDirectory;
-#ifdef HAVE_MKSTEMP static const char *ExecutableProgram = NULL; -#endif - static const char *ExecutableName = "geany";
/*
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).