[GRASS-SVN] r49977 - grass/trunk/vector/v.extrude

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 30 10:16:50 EST 2011


Author: martinl
Date: 2011-12-30 07:16:50 -0800 (Fri, 30 Dec 2011)
New Revision: 49977

Modified:
   grass/trunk/vector/v.extrude/main.c
Log:
v.extrude: no need for '\n' in debug messages (see r49975)


Modified: grass/trunk/vector/v.extrude/main.c
===================================================================
--- grass/trunk/vector/v.extrude/main.c	2011-12-30 14:13:28 UTC (rev 49976)
+++ grass/trunk/vector/v.extrude/main.c	2011-12-30 15:16:50 UTC (rev 49977)
@@ -237,7 +237,7 @@
 
 	    Vect_get_area_points(&In, areanum, Points);
 
-	    G_debug(3, "height: %f\n", objheight);
+	    G_debug(3, "height: %f", objheight);
 
 	    extrude(&In, &Out, Cats, Points,
 		    fdrast, trace, objheight, voffset, window, GV_AREA,



More information about the grass-commit mailing list