* man2hlp.c (handle_link): Don't strip leading space(s) from linkname.
Этот коммит содержится в:
родитель
0d262ba5ce
Коммит
ec500ae38a
@ -629,8 +629,6 @@ handle_link (char *buffer)
|
||||
} else {
|
||||
current_link = &links;
|
||||
}
|
||||
while (*buffer == ' ')
|
||||
buffer++;
|
||||
current_link->linkname = strdup (buffer);
|
||||
current_link->filename = c_in;
|
||||
current_link->line = in_row;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user