git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49952 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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;
}