* man2hlp.c (handle_link): Don't strip leading space(s) from linkname.

This commit is contained in:
Andrew V. Samoilov 2002-10-21 17:46:40 +00:00
parent 0d262ba5ce
commit ec500ae38a

View File

@ -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;