[GRASS-SVN] r58512 - grass/branches/develbranch_6/lib/vector/vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 23 08:14:36 PST 2013


Author: martinl
Date: 2013-12-23 08:14:36 -0800 (Mon, 23 Dec 2013)
New Revision: 58512

Modified:
   grass/branches/develbranch_6/lib/vector/vedit/break.c
Log:
vlib: bugfix #719


Modified: grass/branches/develbranch_6/lib/vector/vedit/break.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/vedit/break.c	2013-12-23 16:13:13 UTC (rev 58511)
+++ grass/branches/develbranch_6/lib/vector/vedit/break.c	2013-12-23 16:14:36 UTC (rev 58512)
@@ -84,6 +84,7 @@
 	    G_debug(3, "Vedit_split_lines(): line=%d", line);
 
 	    /* copy first line part */
+            Vect_reset_line(Points2);
 	    for (l = 0; l < seg; l++) {
 		Vect_append_point(Points2, x[l], y[l], z[l]);
 	    }



More information about the grass-commit mailing list