فهرست منبع

d.rast: missing bg->type
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33785)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33786 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 سال پیش
والد
کامیت
a1dc0a6a7a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      display/d.rast/main.c

+ 1 - 0
display/d.rast/main.c

@@ -79,6 +79,7 @@ int main(int argc, char **argv)
     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)");