[GRASS-SVN] r62364 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 23 13:14:45 PDT 2014


Author: annakrat
Date: 2014-10-23 13:14:45 -0700 (Thu, 23 Oct 2014)
New Revision: 62364

Modified:
   grass/trunk/include/gis.h
Log:
change default separator to one underscore

Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2014-10-23 12:20:08 UTC (rev 62363)
+++ grass/trunk/include/gis.h	2014-10-23 20:14:45 UTC (rev 62364)
@@ -139,7 +139,7 @@
 #define GPATH_MAX 4096
 
 /* Basename default separator */
-#define GBASENAME_SEP "__"
+#define GBASENAME_SEP "_"
 
 /* Macros for type size independent integers                    */
 /* Use these for portability to ensure integers are truly 32bit */



More information about the grass-commit mailing list