[GRASS-SVN] r34918 - grass/branches/develbranch_6/vector/v.to.db

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 17 14:28:49 EST 2008


Author: martinl
Date: 2008-12-17 14:28:48 -0500 (Wed, 17 Dec 2008)
New Revision: 34918

Modified:
   grass/branches/develbranch_6/vector/v.to.db/update.c
Log:
v.to.db: move G_percent(1,1,1) after loop

Modified: grass/branches/develbranch_6/vector/v.to.db/update.c
===================================================================
--- grass/branches/develbranch_6/vector/v.to.db/update.c	2008-12-17 19:25:09 UTC (rev 34917)
+++ grass/branches/develbranch_6/vector/v.to.db/update.c	2008-12-17 19:28:48 UTC (rev 34918)
@@ -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