Просмотр исходного кода

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 лет назад
Родитель
Сommit
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