[GRASS-SVN] r49995 - grass/branches/develbranch_6/vector/v.extrude

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 30 18:12:57 EST 2011


Author: neteler
Date: 2011-12-30 15:12:57 -0800 (Fri, 30 Dec 2011)
New Revision: 49995

Modified:
   grass/branches/develbranch_6/vector/v.extrude/main.c
Log:
avoid \n in G_debug()

Modified: grass/branches/develbranch_6/vector/v.extrude/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.extrude/main.c	2011-12-30 23:12:37 UTC (rev 49994)
+++ grass/branches/develbranch_6/vector/v.extrude/main.c	2011-12-30 23:12:57 UTC (rev 49995)
@@ -239,7 +239,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