[GRASS-SVN] r41932 - grass/branches/develbranch_6/vector/v.split

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 20 06:05:04 EDT 2010


Author: mmetz
Date: 2010-04-20 06:05:02 -0400 (Tue, 20 Apr 2010)
New Revision: 41932

Modified:
   grass/branches/develbranch_6/vector/v.split/main.c
Log:
copy tables

Modified: grass/branches/develbranch_6/vector/v.split/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.split/main.c	2010-04-20 09:58:09 UTC (rev 41931)
+++ grass/branches/develbranch_6/vector/v.split/main.c	2010-04-20 10:05:02 UTC (rev 41932)
@@ -84,6 +84,7 @@
     Vect_copy_head_data(&In, &Out);
     Vect_hist_copy(&In, &Out);
     Vect_hist_command(&Out);
+    Vect_copy_tables(&In, &Out, -1);
 
     Points = Vect_new_line_struct();
     Points2 = Vect_new_line_struct();



More information about the grass-commit mailing list