소스 검색

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 년 전
부모
커밋
b45908e5d9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }
 
 /*!