SF.net SVN: geany: [2531] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Apr 25 16:14:30 UTC 2008


Revision: 2531
          http://geany.svn.sourceforge.net/geany/?rev=2531&view=rev
Author:   eht16
Date:     2008-04-25 09:14:29 -0700 (Fri, 25 Apr 2008)

Log Message:
-----------
Set ExecutableName to "geany" to prevent possible crashes on Windows and maybe other systems.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tagmanager/ctags.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-25 13:03:33 UTC (rev 2530)
+++ trunk/ChangeLog	2008-04-25 16:14:29 UTC (rev 2531)
@@ -5,6 +5,9 @@
    from document_save_file().
    Include missing error string in error message when writing the
    file failed.
+ * tagmanager/ctags.c:
+   Set ExecutableName to "geany" to prevent possible crashes on
+   Windows and maybe other systems.
 
 
 2008-04-25  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/tagmanager/ctags.c
===================================================================
--- trunk/tagmanager/ctags.c	2008-04-25 13:03:33 UTC (rev 2530)
+++ trunk/tagmanager/ctags.c	2008-04-25 16:14:29 UTC (rev 2531)
@@ -219,7 +219,7 @@
 #ifdef HAVE_MKSTEMP
 static const char *ExecutableProgram = NULL;
 #endif
-static const char *ExecutableName = NULL;
+static const char *ExecutableName = "geany";
 static stringList* Excluded = NULL;
 
 static struct { long files, lines, bytes; } Totals = { 0, 0, 0 };


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list