diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index 603b143f..9ffb3ee0 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -687,11 +687,12 @@ xufldhdr(FILE *fp, struct castr ca[]) int *fidx; int ch, i, j, n; + ellipsis = 0; + if (human) { while ((ch = skipfs(fp)) == '\n') lineno++; ungetc(ch, fp); - ellipsis = 0; nflds = xuflds(fp, xufldname); if (nflds < 0) return -1;