Browse Source

copy tables

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41931 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 năm trước cách đây
mục cha
commit
ea515e2af7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      vector/v.split/main.c

+ 1 - 0
vector/v.split/main.c

@@ -88,6 +88,7 @@ int main(int argc, char *argv[])
     Vect_copy_head_data(&In, &Out);
     Vect_hist_copy(&In, &Out);
     Vect_hist_command(&Out);
+    Vect_copy_tables(&In, &Out, layer);
     
     Points = Vect_new_line_struct();
     Points2 = Vect_new_line_struct();