(xufldname): Don't bother to catch ... in field 1, because the check

for the required join field catches that.
This commit is contained in:
Markus Armbruster 2007-08-05 18:46:04 +00:00
parent 7d88a783de
commit b72068a49b

View file

@ -164,8 +164,6 @@ xufldname(FILE *fp, int i)
case '.':
if (getc(fp) != '.' || getc(fp) != '.')
return gripe("Junk in header field %d", i + 1);
if (i == 0)
return gripe("... not allowed in field 1");
if (defellipsis() < 0)
return -1;
ch = skipfs(fp);