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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 11 06:08:35 PDT 2013


Author: mmetz
Date: 2013-10-11 06:08:35 -0700 (Fri, 11 Oct 2013)
New Revision: 57982

Modified:
   grass/trunk/lib/gis/mapset_nme.c
Log:
libgis: G__create_alt_search_path() requires new initialization

Modified: grass/trunk/lib/gis/mapset_nme.c
===================================================================
--- grass/trunk/lib/gis/mapset_nme.c	2013-10-11 12:02:24 UTC (rev 57981)
+++ grass/trunk/lib/gis/mapset_nme.c	2013-10-11 13:08:35 UTC (rev 57982)
@@ -102,6 +102,7 @@
     st->path2.names = st->path.names;
 
     st->path.count = 0;
+    st->initialized = 0;
 }
 
 /*!



More information about the grass-commit mailing list