Преглед изворни кода

hist file no longer limited by small array size

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48465 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman пре 13 година
родитељ
комит
d52a5297ff
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      lib/raster/history.c

+ 0 - 2
lib/raster/history.c

@@ -245,8 +245,6 @@ void Rast_short_history(const char *name, const char *type,
  * 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