[GRASS-SVN] r40341 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 9 03:51:24 EST 2010


Author: hamish
Date: 2010-01-09 03:51:24 -0500 (Sat, 09 Jan 2010)
New Revision: 40341

Modified:
   grass/branches/develbranch_6/lib/vector/Vlib/field.c
Log:
ability to read grass 7 formatted dbln files

Modified: grass/branches/develbranch_6/lib/vector/Vlib/field.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/field.c	2010-01-09 05:53:55 UTC (rev 40340)
+++ grass/branches/develbranch_6/lib/vector/Vlib/field.c	2010-01-09 08:51:24 UTC (rev 40341)
@@ -632,7 +632,7 @@
 	if (strlen(buf) == 0)
 	    continue;
  
-	tokens = G_tokenize(buf, " ");
+	tokens = G_tokenize(buf, " |");
 	ntok = G_number_of_tokens(tokens);
 
 	if (ntok < 2 || (ntok < 5 && rule < 1)) {



More information about the grass-commit mailing list