[GRASS-SVN] r44776 - grass/trunk/general/g.parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 29 14:53:07 EST 2010
Author: martinl
Date: 2010-12-29 11:53:07 -0800 (Wed, 29 Dec 2010)
New Revision: 44776
Modified:
grass/trunk/general/g.parser/main.c
Log:
g.parser: fix typo (suppress_required)
Modified: grass/trunk/general/g.parser/main.c
===================================================================
--- grass/trunk/general/g.parser/main.c 2010-12-29 19:52:12 UTC (rev 44775)
+++ grass/trunk/general/g.parser/main.c 2010-12-29 19:53:07 UTC (rev 44776)
@@ -9,7 +9,7 @@
* Paul Kelly <paul-grass stjohnspoint.co.uk>,
* Radim Blazek <radim.blazek gmail.com>
* PURPOSE:
- * COPYRIGHT: (C) 2001-2007 by the GRASS Development Team
+ * COPYRIGHT: (C) 2001-2010 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
@@ -151,7 +151,7 @@
}
if (strcasecmp(cmd, "suppress_required") == 0) {
- ctx->flag->key = parse_boolean(ctx, arg);
+ ctx->flag->suppress_required = parse_boolean(ctx, arg);
return;
}
More information about the grass-commit
mailing list