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 562e1dfd..b6d4163b 100644
--- a/match.c
+++ b/match.c
@@ -3725,7 +3725,7 @@ static val v_load(match_files_ctx *c)
parser_t parser;
open_txr_file(path, &name, &stream);
- parse(stream, name, &parser);
+ parse_once(stream, name, &parser);
gc_state(gc);
if (parser.errors)