[GRASS-SVN] r70712 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 1 05:06:48 PST 2017


Author: hcho
Date: 2017-03-01 05:06:48 -0800 (Wed, 01 Mar 2017)
New Revision: 70712

Modified:
   grass/trunk/lib/vector/Vlib/sindex.c
Log:
Vlib: Fix resetting boxlist

Modified: grass/trunk/lib/vector/Vlib/sindex.c
===================================================================
--- grass/trunk/lib/vector/Vlib/sindex.c	2017-03-01 12:00:30 UTC (rev 70711)
+++ grass/trunk/lib/vector/Vlib/sindex.c	2017-03-01 13:06:48 UTC (rev 70712)
@@ -44,7 +44,7 @@
 	    Box->E, Box->W, Box->T, Box->B);
     plus = &(Map->plus);
 
-    Vect_reset_list(list);
+    Vect_reset_boxlist(list);
 
     ntypes = mtype = 0;
     /* count the number of different primitives in Map */



More information about the grass-commit mailing list