Browse Source

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

Andrew V. Samoilov 22 years ago
parent
commit
ec500ae38a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/man2hlp.c

+ 0 - 2
src/man2hlp.c

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