[GRASS-SVN] r48465 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 26 01:48:56 EDT 2011
Author: hamish
Date: 2011-09-25 22:48:56 -0700 (Sun, 25 Sep 2011)
New Revision: 48465
Modified:
grass/trunk/lib/raster/history.c
Log:
hist file no longer limited by small array size
Modified: grass/trunk/lib/raster/history.c
===================================================================
--- grass/trunk/lib/raster/history.c 2011-09-26 05:36:00 UTC (rev 48464)
+++ grass/trunk/lib/raster/history.c 2011-09-26 05:48:56 UTC (rev 48465)
@@ -245,8 +245,6 @@
* structure and adds the command line to the end of the comments
* array, as cleaned & expanded by the parser.
*
- * History file is limited to [80]x[50], as defined in include/gis.h
- *
* - First version had for loops of [i][j] character assignments and ending
* nulls, but using the string libraries is cleaner and less bug prone.
* - Second version had white space detection, intelligent wrapping, and
More information about the grass-commit
mailing list