git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41931 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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();