[GRASS-SVN] r62999 - grass/trunk/raster/r.composite
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 02:35:50 PST 2014
Author: martinl
Date: 2014-11-26 02:35:49 -0800 (Wed, 26 Nov 2014)
New Revision: 62999
Modified:
grass/trunk/raster/r.composite/main.c
Log:
r.composite use standardized options (#2409)
Modified: grass/trunk/raster/r.composite/main.c
===================================================================
--- grass/trunk/raster/r.composite/main.c 2014-11-26 10:34:17 UTC (rev 62998)
+++ grass/trunk/raster/r.composite/main.c 2014-11-26 10:35:49 UTC (rev 62999)
@@ -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