summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 0da93ca8..d7ae2894 100644
--- a/match.c
+++ b/match.c
@@ -1145,7 +1145,7 @@ static val do_match_line(match_line_ctx *c)
if (regexp(directive)) {
val past = match_regex(c->dataline, directive, c->pos);
- if (nullp(past)) {
+ if (nilp(past)) {
LOG_MISMATCH("regex");
debug_return (nil);
}