1
1

* view.c (view_new): Don't use view_init_growbuf, as this function

also activates it. Rather set view->growing_buffer = FALSE.
Этот коммит содержится в:
Roland Illig 2005-04-14 08:35:56 +00:00
родитель d994002e5f
Коммит bea9efb0f2

Просмотреть файл

@ -2732,7 +2732,8 @@ view_new (int y, int x, int cols, int lines, int is_panel)
view->viewer_magic_flag = default_magic_flag;
view->viewer_nroff_flag = default_nroff_flag;
view_init_growbuf (view);
view->growing_buffer = FALSE;
/* leave the other growbuf fields uninitialized */
view->search_start = 0;
view->found_len = 0;