[GRASS-SVN] r52040 - grass/branches/releasebranch_6_4/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 12 03:01:19 PDT 2012


Author: mmetz
Date: 2012-06-12 03:01:18 -0700 (Tue, 12 Jun 2012)
New Revision: 52040

Modified:
   grass/branches/releasebranch_6_4/lib/vector/Vlib/line.c
Log:
Vlib: return clean output

Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/line.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/line.c	2012-06-12 10:00:51 UTC (rev 52039)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/line.c	2012-06-12 10:01:18 UTC (rev 52040)
@@ -536,6 +536,7 @@
     };
 
     Vect_append_point(OutPoints, x2, y2, z2);
+    Vect_line_prune(OutPoints);
 
     return 1;
 }



More information about the grass-commit mailing list