[GRASS-SVN] r35082 - grass/branches/releasebranch_6_4/raster/r.sun2
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 28 08:30:27 EST 2008
Author: neteler
Date: 2008-12-28 08:30:27 -0500 (Sun, 28 Dec 2008)
New Revision: 35082
Modified:
grass/branches/releasebranch_6_4/raster/r.sun2/main.c
Log:
also write cmd line into history (merge from trunk, r35080)
Modified: grass/branches/releasebranch_6_4/raster/r.sun2/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/main.c 2008-12-28 13:30:10 UTC (rev 35081)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/main.c 2008-12-28 13:30:27 UTC (rev 35082)
@@ -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