[GRASS-SVN] r33785 - grass/branches/develbranch_6/display/d.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 9 05:02:15 EDT 2008


Author: martinl
Date: 2008-10-09 05:02:15 -0400 (Thu, 09 Oct 2008)
New Revision: 33785

Modified:
   grass/branches/develbranch_6/display/d.rast/main.c
Log:
d.rast: missing bg->type


Modified: grass/branches/develbranch_6/display/d.rast/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.rast/main.c	2008-10-09 08:58:48 UTC (rev 33784)
+++ grass/branches/develbranch_6/display/d.rast/main.c	2008-10-09 09:02:15 UTC (rev 33785)
@@ -78,6 +78,7 @@
     bg = G_define_option();
     bg->key = "bg";
     bg->key_desc = "color";
+    bg->type = TYPE_STRING;
     bg->gisprompt = GISPROMPT_COLOR;
     bg->required = NO;
     bg->description = _("Background color (for null)");



More information about the grass-commit mailing list