[GRASS-SVN] r52039 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 12 03:00:52 PDT 2012


Author: mmetz
Date: 2012-06-12 03:00:51 -0700 (Tue, 12 Jun 2012)
New Revision: 52039

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

Modified: grass/branches/develbranch_6/lib/vector/Vlib/line.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/line.c	2012-06-12 09:58:01 UTC (rev 52038)
+++ grass/branches/develbranch_6/lib/vector/Vlib/line.c	2012-06-12 10:00:51 UTC (rev 52039)
@@ -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