[GRASS-SVN] r69361 - grass-addons/grass7/vector/v.area.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 3 13:19:56 PDT 2016


Author: neteler
Date: 2016-09-03 13:19:56 -0700 (Sat, 03 Sep 2016)
New Revision: 69361

Modified:
   grass-addons/grass7/vector/v.area.stats/export.c
Log:
v.area.stats addon: fix compile error

Modified: grass-addons/grass7/vector/v.area.stats/export.c
===================================================================
--- grass-addons/grass7/vector/v.area.stats/export.c	2016-09-03 17:59:13 UTC (rev 69360)
+++ grass-addons/grass7/vector/v.area.stats/export.c	2016-09-03 20:19:56 UTC (rev 69361)
@@ -93,8 +93,8 @@
 		if (Values[idx].area_id){
 			get_vals(str_vals, Values[idx]);
 			buf = join(options.separator, str_vals, LENVALS, buf);
-			/* G_debug(3, "buf:%s\n", buf); */
-			printf(buf);
+			G_debug(3, "buf:%s", buf);
+			/* printf(buf); */
 		}
 	}
 



More information about the grass-commit mailing list