SF.net SVN: geany:[3875] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jun 20 16:51:47 UTC 2009


Revision: 3875
          http://geany.svn.sourceforge.net/geany/?rev=3875&view=rev
Author:   eht16
Date:     2009-06-20 16:51:47 +0000 (Sat, 20 Jun 2009)

Log Message:
-----------
Strip trailing spaces from "Key" tags.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-20 16:51:32 UTC (rev 3874)
+++ trunk/ChangeLog	2009-06-20 16:51:47 UTC (rev 3875)
@@ -7,6 +7,8 @@
    Instantly reload (i.e. rebuild) the toolbar when ui_toolbar.xml is
    saved within Geany.
    Refactor some related code.
+ * tagmanager/conf.c:
+   Strip trailing spaces from "Key" tags.
 
 
 2009-06-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/tagmanager/conf.c
===================================================================
--- trunk/tagmanager/conf.c	2009-06-20 16:51:32 UTC (rev 3874)
+++ trunk/tagmanager/conf.c	2009-06-20 16:51:47 UTC (rev 3875)
@@ -85,6 +85,7 @@
 					++cp;
 				}
 				vStringTerminate (name);
+				vStringStripTrailing (name);
 				while (isspace ((int) *cp))
 					++cp;
 				if (*cp == '=')


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