[GRASS-SVN] r32385 - grass/branches/develbranch_6/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 30 10:58:09 EDT 2008
Author: martinl
Date: 2008-07-30 10:58:09 -0400 (Wed, 30 Jul 2008)
New Revision: 32385
Modified:
grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c
Log:
vlib: cosmetics in build message (print number of primitives first)
[merged from trunk, r32380]
--> now really, see r32381 -- well, time to take a break;-)
Modified: grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c 2008-07-30 14:56:40 UTC (rev 32384)
+++ grass/branches/develbranch_6/lib/vector/Vlib/build_nat.c 2008-07-30 14:58:09 UTC (rev 32385)
@@ -528,8 +528,8 @@
}
i++; j++;
}
- prnmsg ("\r%d %s \n", npoints, _("vertices registered"));
- prnmsg ("%d %s\n", plus->n_lines, _("primitives registered"));
+ prnmsg ("\r%d %s \n", plus->n_lines, _("primitives registered"));
+ prnmsg ("%d %s\n", npoints , _("vertices registered"));
plus->built = GV_BUILD_BASE;
}
More information about the grass-commit
mailing list