[GRASS-SVN] r59251 - grass/trunk/vector/v.lrs/v.lrs.label

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 13 14:16:35 PDT 2014


Author: neteler
Date: 2014-03-13 14:16:35 -0700 (Thu, 13 Mar 2014)
New Revision: 59251

Modified:
   grass/trunk/vector/v.lrs/v.lrs.label/main.c
Log:
v.lrs.label: store vector history

Modified: grass/trunk/vector/v.lrs/v.lrs.label/main.c
===================================================================
--- grass/trunk/vector/v.lrs/v.lrs.label/main.c	2014-03-13 21:10:27 UTC (rev 59250)
+++ grass/trunk/vector/v.lrs/v.lrs.label/main.c	2014-03-13 21:16:35 UTC (rev 59251)
@@ -514,6 +514,11 @@
     }
 
     db_close_database(rsdriver);
+
+    Vect_copy_head_data(&In, &Out);
+    Vect_hist_copy(&In, &Out);
+    Vect_hist_command(&Out);
+
     Vect_build(&Out);
 
     /* Free, close ... */



More information about the grass-commit mailing list