summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/match.c b/match.c
index 32418442..27234fd0 100644
--- a/match.c
+++ b/match.c
@@ -1726,6 +1726,9 @@ repeat_spec_same_data:
return nil;
bindings = new_bindings;
+ } else {
+ debuglf(spec_linenum, lit("spec ran out of data"), nao);
+ return nil;
}
}