[GRASS-SVN] r54441 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 28 05:52:29 PST 2012


Author: martinl
Date: 2012-12-28 05:52:28 -0800 (Fri, 28 Dec 2012)
New Revision: 54441

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: fix progress message (counting polygons)


Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2012-12-28 13:50:02 UTC (rev 54440)
+++ grass/trunk/vector/v.in.ogr/main.c	2012-12-28 13:52:28 UTC (rev 54441)
@@ -731,6 +731,7 @@
 	    }
 	    OGR_F_Destroy(Ogr_feature);
 	}
+	G_percent(1, 1, 1);
     }
 
     G_debug(1, "n polygon boundaries: %d", n_polygon_boundaries);



More information about the grass-commit mailing list