mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
* man2hlp.c (handle_link): Don't strip leading space(s) from linkname.
This commit is contained in:
parent
0d262ba5ce
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user