[GRASS-SVN] r71107 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 22 12:48:01 PDT 2017


Author: martinl
Date: 2017-05-22 12:48:01 -0700 (Mon, 22 May 2017)
New Revision: 71107

Modified:
   grass/trunk/lib/gis/parser.c
Log:
G_get_overwrite(): do not ignore GRASS_OVERWRITE


Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2017-05-22 13:32:16 UTC (rev 71106)
+++ grass/trunk/lib/gis/parser.c	2017-05-22 19:48:01 UTC (rev 71107)
@@ -913,7 +913,7 @@
 */
 int G_get_overwrite()
 {
-    return st->overwrite;
+    return st->module_info.overwrite;
 }
 
 void define_keywords(void)



More information about the grass-commit mailing list