Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 03 Aug 2016 10:20:57 UTC Commit: 7e0845b083e56f59b87390507df9444c4f99b826 https://github.com/geany/geany/commit/7e0845b083e56f59b87390507df9444c4f99b8...
Log Message: ----------- Make PathDelimiters match the declaration in header
Modified Paths: -------------- ctags/main/routines.c
Modified: ctags/main/routines.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -160,7 +160,7 @@ * DATA DEFINITIONS */ #if defined (MSDOS_STYLE_PATH) -static const char PathDelimiters [] = ":/\"; +const char *const PathDelimiters = ":/\"; #endif
char *CurrentDirectory;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).