[GRASS-SVN] r34919 - grass/trunk/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 17 14:30:31 EST 2008


Author: martinl
Date: 2008-12-17 14:30:31 -0500 (Wed, 17 Dec 2008)
New Revision: 34919

Modified:
   grass/trunk/vector/v.to.db/update.c
Log:
v.to.db: move G_percent(1,1,1) after loop
	 (merge from devbr6, r34918)


Modified: grass/trunk/vector/v.to.db/update.c
===================================================================
--- grass/trunk/vector/v.to.db/update.c	2008-12-17 19:28:48 UTC (rev 34918)
+++ grass/trunk/vector/v.to.db/update.c	2008-12-17 19:30:31 UTC (rev 34919)
@@ -187,7 +187,6 @@
 		}
 	    }
 	}
-	G_percent(1, 1, 1);
 
 	G_debug(3, "SQL: %s", buf2);
 	db_set_string(&stmt, buf2);
@@ -235,6 +234,7 @@
 	    }
 	}
     }
+    G_percent(1, 1, 1);
 
     db_commit_transaction(driver);
 



More information about the grass-commit mailing list