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 24d7a3f9..f381dcd4 100644
--- a/match.c
+++ b/match.c
@@ -3626,7 +3626,7 @@ val match_filter(val name, val arg, val other_args)
val match_fun(val name, val args, val input, val files)
{
val spec = cons(cons(cons(name, args), nil), nil);
- cons_bind (in_spec, in_bindings, uw_get_match_context());
+ val in_bindings = cdr(uw_get_match_context());
val data = if3(streamp(input),
lazy_stream_cons(input),
input);