summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index fb50af57..ab07ed10 100644
--- a/lib.c
+++ b/lib.c
@@ -4060,7 +4060,7 @@ val tok_where(val str, val tok_regex)
pos = match_end;
- if (numeq(match_end, match_start))
+ if (match_end == match_start)
pos = plus(pos, one);
continue;
}