diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index 07376154..ac940d81 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -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);