[GRASS-SVN] r58933 - grass/branches/releasebranch_6_4/lib/vector/vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 7 04:06:24 PST 2014


Author: martinl
Date: 2014-02-07 04:06:22 -0800 (Fri, 07 Feb 2014)
New Revision: 58933

Modified:
   grass/branches/releasebranch_6_4/lib/vector/vedit/break.c
Log:
vlib: bugfix #719
      (merge r58512 from devbr6)


Modified: grass/branches/releasebranch_6_4/lib/vector/vedit/break.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/vedit/break.c	2014-02-07 11:53:55 UTC (rev 58932)
+++ grass/branches/releasebranch_6_4/lib/vector/vedit/break.c	2014-02-07 12:06:22 UTC (rev 58933)
@@ -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