Browse Source

libgis: G__create_alt_search_path() requires new initialization

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57982 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 11 năm trước cách đây
mục cha
commit
b45908e5d9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/gis/mapset_nme.c

+ 1 - 0
lib/gis/mapset_nme.c

@@ -102,6 +102,7 @@ void G__create_alt_search_path(void)
     st->path2.names = st->path.names;
 
     st->path.count = 0;
+    st->initialized = 0;
 }
 
 /*!