[GRASS-SVN] r49952 - grass/trunk/vector/v.select

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 28 12:32:03 EST 2011


Author: mmetz
Date: 2011-12-28 09:32:03 -0800 (Wed, 28 Dec 2011)
New Revision: 49952

Modified:
   grass/trunk/vector/v.select/select.c
Log:
fix for #1523

Modified: grass/trunk/vector/v.select/select.c
===================================================================
--- grass/trunk/vector/v.select/select.c	2011-12-28 16:05:13 UTC (rev 49951)
+++ grass/trunk/vector/v.select/select.c	2011-12-28 17:32:03 UTC (rev 49952)
@@ -292,7 +292,7 @@
 			    
 			    /* 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;
 			    }



More information about the grass-commit mailing list