]> git.pond.sub.org Git - empserver/commitdiff
(xufldname): Don't bother to catch ... in field 1, because the check
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Aug 2007 18:46:04 +0000 (18:46 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Aug 2007 18:46:04 +0000 (18:46 +0000)
for the required join field catches that.

src/lib/common/xundump.c

index 07376154983d7e5aecf887f4794b7390545f61e4..ac940d815f40568baa6f1fea70c5a2676a377039 100644 (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);