(xufldname): Don't bother to catch ... in field 1, because the check
for the required join field catches that.
This commit is contained in:
parent
7d88a783de
commit
b72068a49b
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue