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 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);