[GRASS-SVN] r47611 - grass/trunk/vector/v.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 14 04:16:03 EDT 2011


Author: martinl
Date: 2011-08-14 01:16:03 -0700 (Sun, 14 Aug 2011)
New Revision: 47611

Modified:
   grass/trunk/vector/v.colors/scan_cats.c
Log:
v.colors: add progress info message


Modified: grass/trunk/vector/v.colors/scan_cats.c
===================================================================
--- grass/trunk/vector/v.colors/scan_cats.c	2011-08-13 20:51:05 UTC (rev 47610)
+++ grass/trunk/vector/v.colors/scan_cats.c	2011-08-14 08:16:03 UTC (rev 47611)
@@ -15,6 +15,7 @@
     *cmin = *cmax = -1;
     Cats = Vect_new_cats_struct();
 
+    G_message(_("Reading features..."));
     while(TRUE) {
 	ltype = Vect_read_next_line(Map, NULL, Cats);
 	if (ltype == -1)



More information about the grass-commit mailing list