1
1

* man2hlp.c (main): Initialize cnode->heading_level.

Bug report by Tribhuvan <loka@rcn.com>
Этот коммит содержится в:
Pavel Roskin 2003-01-20 23:21:57 +00:00
родитель 811a7a4dce
Коммит f33d076970
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,5 +1,8 @@
2003-01-20 Pavel Roskin <proski@gnu.org>
* man2hlp.c (main): Initialize cnode->heading_level.
Bug report by Tribhuvan <loka@rcn.com>
* dir.c (sort_size): Avoid any arithmetic except comparison on
file sizes - they may not fit "int" that the function returns.
Original patch by Bulia Byak <bulia@dr.com>

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

@ -773,6 +773,7 @@ main (int argc, char **argv)
cnode->node[p - node - 2] = 0;
cnode->lname = NULL;
cnode->next = NULL;
cnode->heading_level = 0;
}
} else
node = NULL;