[GRASS-SVN] r50815 - grass/trunk/vector/v.info

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 15 01:41:29 EST 2012


Author: hamish
Date: 2012-02-14 22:41:29 -0800 (Tue, 14 Feb 2012)
New Revision: 50815

Modified:
   grass/trunk/vector/v.info/level1.c
Log:
throw an idea into a comment

Modified: grass/trunk/vector/v.info/level1.c
===================================================================
--- grass/trunk/vector/v.info/level1.c	2012-02-14 22:40:07 UTC (rev 50814)
+++ grass/trunk/vector/v.info/level1.c	2012-02-15 06:41:29 UTC (rev 50815)
@@ -69,6 +69,8 @@
 	    Vect_box_extend(&(plus->box), &box);
 
 	/* can't print progress, unfortunately */
+	/* what about using G_clicker() then. or, check file 
+	   size with stat.st_size and make a rough guess? */
 /*
 	if (G_verbose() > G_verbose_min() && i % 1000 == 0) {
 	    if (format == G_INFO_FORMAT_PLAIN)



More information about the grass-commit mailing list