diff options
Diffstat (limited to 'match.c')
-rw-r--r-- | match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3540,7 +3540,7 @@ static val v_filter(match_files_ctx *c) static val v_eof(match_files_ctx *c) { - if (c->data) { + if (c->data && car(c->data)) { debuglf(c->spec, lit("eof failed to match at ~a"), c->data_lineno, nao); return nil; } |