diff --git a/src/parse.c b/src/parse.c index 9feccc7..ab8f587 100644 --- a/src/parse.c +++ b/src/parse.c @@ -206,9 +206,6 @@ static int expandfile(struct expandfile *ret, char *filename, int level) { if (appendchar( ret->data, c)) goto error; - if (appendchar( - ret->data, c)) - goto error; } else { ungetc(c, file);