[GRASS-SVN] r41933 - grass/branches/releasebranch_6_4/vector/v.split
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 20 06:06:10 EDT 2010
Author: mmetz
Date: 2010-04-20 06:06:10 -0400 (Tue, 20 Apr 2010)
New Revision: 41933
Modified:
grass/branches/releasebranch_6_4/vector/v.split/main.c
Log:
copy tables
Modified: grass/branches/releasebranch_6_4/vector/v.split/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.split/main.c 2010-04-20 10:05:02 UTC (rev 41932)
+++ grass/branches/releasebranch_6_4/vector/v.split/main.c 2010-04-20 10:06:10 UTC (rev 41933)
@@ -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