[GRASS-SVN] r46564 - grass/branches/develbranch_6/vector/v.out.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 4 03:28:05 EDT 2011


Author: mmetz
Date: 2011-06-04 00:28:05 -0700 (Sat, 04 Jun 2011)
New Revision: 46564

Modified:
   grass/branches/develbranch_6/vector/v.out.ogr/main.c
Log:
clean up attribute export

Modified: grass/branches/develbranch_6/vector/v.out.ogr/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ogr/main.c	2011-06-04 07:21:18 UTC (rev 46563)
+++ grass/branches/develbranch_6/vector/v.out.ogr/main.c	2011-06-04 07:28:05 UTC (rev 46564)
@@ -1064,12 +1064,6 @@
 
 	    if (db_fetch(&cursor, DB_NEXT, &more) != DB_OK)
 		G_fatal_error(_("Unable to fetch data from table"));
-	    if (!more) {
-		/* start from the beginning in case multiple grass vector features
-		 * share the same category */
-		if (db_fetch(&cursor, DB_NEXT, &more) != DB_OK)
-		    G_fatal_error(_("Unable to fetch data from table"));
-	    }
 
 	    if (!more) {
 		/* G_warning ("No database record for cat = %d", cat); */



More information about the grass-commit mailing list