* man2hlp.c (main): Initialize cnode->heading_level.
Bug report by Tribhuvan <loka@rcn.com>
Этот коммит содержится в:
родитель
811a7a4dce
Коммит
f33d076970
@ -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;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user