[GRASS-SVN] r62408 - grass/branches/releasebranch_7_0/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 26 20:33:04 PDT 2014
Author: hcho
Date: 2014-10-26 20:33:04 -0700 (Sun, 26 Oct 2014)
New Revision: 62408
Modified:
grass/branches/releasebranch_7_0/lib/gis/parser.c
Log:
G_parser: Call G__check_option_rules()
Modified: grass/branches/releasebranch_7_0/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/gis/parser.c 2014-10-27 01:39:39 UTC (rev 62407)
+++ grass/branches/releasebranch_7_0/lib/gis/parser.c 2014-10-27 03:33:04 UTC (rev 62408)
@@ -559,7 +559,9 @@
/* Make sure all required options are set */
if (!st->suppress_required)
check_required();
-
+
+ G__check_option_rules();
+
if (st->n_errors > 0) {
if (G_verbose() > -1) {
if (G_verbose() > G_verbose_min())
More information about the grass-commit
mailing list