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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 25 06:02:56 EDT 2008


Author: martinl
Date: 2008-03-25 06:02:56 -0400 (Tue, 25 Mar 2008)
New Revision: 30726

Modified:
   grass/trunk/lib/gis/mapset_nme.c
Log:
gislib (G__create_alt_search_path): get_list_of_mapsets() doesn't need to be called here


Modified: grass/trunk/lib/gis/mapset_nme.c
===================================================================
--- grass/trunk/lib/gis/mapset_nme.c	2008-03-25 09:56:18 UTC (rev 30725)
+++ grass/trunk/lib/gis/mapset_nme.c	2008-03-25 10:02:56 UTC (rev 30726)
@@ -111,9 +111,7 @@
 
     nmapset = 0;
 
-    return 0; /* ??? */
-
-    get_list_of_mapsets();
+    return 0;
 }
 
 /*!



More information about the grass-commit mailing list