Explorar o código

Vlib: Fix resetting boxlist

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70712 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=8) %!d(string=hai) anos
pai
achega
7221de1d89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/vector/Vlib/sindex.c

+ 1 - 1
lib/vector/Vlib/sindex.c

@@ -44,7 +44,7 @@ Vect_select_lines_by_box(struct Map_info *Map, const struct bound_box *Box,
 	    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 */