Ver código fonte

fix for https://trac.osgeo.org/grass/ticket/1523

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49952 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 anos atrás
pai
commit
01c9bca88d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      vector/v.select/select.c

+ 1 - 1
vector/v.select/select.c

@@ -292,7 +292,7 @@ int select_lines(struct Map_info *aIn, int atype, int afield,
 			    
 			    /* Check intersectin of lines from List with area B */
 			    if (line_overlap_area(aIn, aline,
-						  bIn, barea, List->box[j])) {
+						  bIn, barea, TmpList->box[j])) {
 				found = 1;
 				break;
 			    }