[GRASS-SVN] r63001 - grass/branches/releasebranch_7_0/raster/r.composite

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 02:37:56 PST 2014


Author: martinl
Date: 2014-11-26 02:37:56 -0800 (Wed, 26 Nov 2014)
New Revision: 63001

Modified:
   grass/branches/releasebranch_7_0/raster/r.composite/main.c
Log:
r.composite: use standardized options (#2409) - (merge r62999 from trunk)

Modified: grass/branches/releasebranch_7_0/raster/r.composite/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.composite/main.c	2014-11-26 10:37:33 UTC (rev 63000)
+++ grass/branches/releasebranch_7_0/raster/r.composite/main.c	2014-11-26 10:37:56 UTC (rev 63001)
@@ -108,7 +108,7 @@
 
 	B[i].opt_levels = opt = G_define_option();
 
-	sprintf(buff, "lev_%s", color_names[i]);
+	sprintf(buff, "level_%s", color_names[i]);
 	opt->key = G_store(buff);
 
 	opt->type = TYPE_INTEGER;



More information about the grass-commit mailing list