[GRASS-SVN] r55816 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 15 07:14:01 PDT 2013
Author: mmetz
Date: 2013-04-15 07:14:01 -0700 (Mon, 15 Apr 2013)
New Revision: 55816
Modified:
grass/trunk/lib/vector/Vlib/break_lines.c
Log:
Vlib: fix Vect_break_lines()
Modified: grass/trunk/lib/vector/Vlib/break_lines.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_lines.c 2013-04-15 10:48:51 UTC (rev 55815)
+++ grass/trunk/lib/vector/Vlib/break_lines.c 2013-04-15 14:14:01 UTC (rev 55816)
@@ -320,7 +320,7 @@
continue;
/* check intersection of aline with bline only once */
- if (break_a && break_b &&
+ if (0 && break_a && break_b &&
aline > bline &&
(!List_ref || b_is_ref)) {
continue;
More information about the grass-commit
mailing list