[GRASS-SVN] r39689 - grass/branches/releasebranch_6_4/vector/v.extrude

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 8 21:57:21 EST 2009


Author: hamish
Date: 2009-11-08 21:57:21 -0500 (Sun, 08 Nov 2009)
New Revision: 39689

Modified:
   grass/branches/releasebranch_6_4/vector/v.extrude/main.c
Log:
missing variable (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/vector/v.extrude/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.extrude/main.c	2009-11-09 02:57:05 UTC (rev 39688)
+++ grass/branches/releasebranch_6_4/vector/v.extrude/main.c	2009-11-09 02:57:21 UTC (rev 39689)
@@ -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