[GRASS-SVN] r58436 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 10 09:32:20 PST 2013
Author: martinl
Date: 2013-12-10 09:32:20 -0800 (Tue, 10 Dec 2013)
New Revision: 58436
Modified:
grass/trunk/lib/gis/token.c
Log:
libgis: partially revert r58417
Modified: grass/trunk/lib/gis/token.c
===================================================================
--- grass/trunk/lib/gis/token.c 2013-12-10 17:21:19 UTC (rev 58435)
+++ grass/trunk/lib/gis/token.c 2013-12-10 17:32:20 UTC (rev 58436)
@@ -47,7 +47,7 @@
*/
char **G_tokenize(const char *buf, const char *delim)
{
- return tokenize_strtok(buf, delim);
+ return tokenize(buf, delim, NULL);
}
/*!
More information about the grass-commit
mailing list