[GRASS-SVN] r64603 - grass/trunk/vector/v.support

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 13 05:35:54 PST 2015


Author: annakrat
Date: 2015-02-13 05:35:53 -0800 (Fri, 13 Feb 2015)
New Revision: 64603

Modified:
   grass/trunk/vector/v.support/main.c
Log:
v.support: open vector on level 1, not 2, related to #2588

Modified: grass/trunk/vector/v.support/main.c
===================================================================
--- grass/trunk/vector/v.support/main.c	2015-02-13 09:50:50 UTC (rev 64602)
+++ grass/trunk/vector/v.support/main.c	2015-02-13 13:35:53 UTC (rev 64603)
@@ -125,7 +125,7 @@
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);
 
-    Vect_set_open_level(2);
+    Vect_set_open_level(1);
     if (Vect_open_old(&Map, map->answer, "") < 1)
 	G_fatal_error(_("Unable to open vector map <%s>"), map->answer);
 



More information about the grass-commit mailing list