[GRASS-SVN] r39688 - grass/branches/develbranch_6/vector/v.extrude
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 8 21:57:07 EST 2009
Author: hamish
Date: 2009-11-08 21:57:05 -0500 (Sun, 08 Nov 2009)
New Revision: 39688
Modified:
grass/branches/develbranch_6/vector/v.extrude/main.c
Log:
missing variable (please port to trunk)
Modified: grass/branches/develbranch_6/vector/v.extrude/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.extrude/main.c 2009-11-08 04:38:24 UTC (rev 39687)
+++ grass/branches/develbranch_6/vector/v.extrude/main.c 2009-11-09 02:57:05 UTC (rev 39688)
@@ -200,7 +200,7 @@
centroid = Vect_get_area_centroid(&In, areanum);
if (!centroid) {
- G_warning(_("Skipping area %d without centroid"));
+ G_warning(_("Skipping area %d without centroid"), areanum);
continue;
}
More information about the grass-commit
mailing list