From bb4374985d10f9dc9cb794929cf6c51d88ca4f0a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 29 Aug 2014 19:11:45 -0700 Subject: * match.c (v_load): Fix regression introduced in 94: broken @(load). --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.c') diff --git a/match.c b/match.c index 38e23b2c..ce21d66a 100644 --- a/match.c +++ b/match.c @@ -3672,7 +3672,7 @@ static val v_load(match_files_ctx *c) val stream, name; parser_t parser; - open_txr_file(path, &stream, &name); + open_txr_file(path, &name, &stream); parse(stream, name, &parser); gc_state(gc); -- cgit v1.2.3