The 'text' argument of u_header() is not used, so we don't need to

trim_header() it.

Noticed by:	bde
This commit is contained in:
Giorgos Keramidas 2005-05-19 13:34:19 +00:00
parent b715b67f2c
commit 3c2ab2b0ec

View file

@ -688,11 +688,6 @@ u_header(text)
char *text; /* ignored */
{
char *s;
s = trim_header(text);
if (s != NULL)
text = s;
if (header_status == ERASE)
{
@ -701,7 +696,6 @@ char *text; /* ignored */
clear_eol(header_length);
header_status = OFF;
}
free(s);
}
/*