[GRASS-SVN] r35081 - grass/branches/develbranch_6/raster/r.sun2
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 28 08:30:10 EST 2008
Author: neteler
Date: 2008-12-28 08:30:10 -0500 (Sun, 28 Dec 2008)
New Revision: 35081
Modified:
grass/branches/develbranch_6/raster/r.sun2/main.c
Log:
also write cmd line into history (merge from trunk, r35080)
Modified: grass/branches/develbranch_6/raster/r.sun2/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/main.c 2008-12-28 13:29:52 UTC (rev 35080)
+++ grass/branches/develbranch_6/raster/r.sun2/main.c 2008-12-28 13:30:10 UTC (rev 35081)
@@ -2099,6 +2099,7 @@
" -----------------------------------------------------------------");
hist.edlinecnt++;
+ G_command_history(&hist);
/* don't call G_write_history() until after G_close_cell() or it just gets overwritten */
} /* End of ) function */
More information about the grass-commit
mailing list