[GRASS-SVN] r45177 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 25 04:53:51 EST 2011


Author: mmetz
Date: 2011-01-25 01:53:51 -0800 (Tue, 25 Jan 2011)
New Revision: 45177

Modified:
   grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c
Log:
sync counting primitives to 64

Modified: grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c	2011-01-25 09:48:12 UTC (rev 45176)
+++ grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c	2011-01-25 09:53:51 UTC (rev 45177)
@@ -555,7 +555,7 @@
 		if (format == G_INFO_FORMAT_PLAIN)
 		    fprintf(stderr, "%d..", i);
 		else
-		    fprintf(stderr, "%7d\b\b\b\b\b\b\b", i);
+		    fprintf(stderr, "%9d\b\b\b\b\b\b\b\b\b", i);
 	    }
 	    
 	    i++;



More information about the grass-commit mailing list