From 266c742b985d5b924d5558ad33c8008ff142d3d0 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sun, 26 Jun 2022 21:54:41 +0300 Subject: [PATCH] fix refcount --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index a65ea72b..bec841e2 100644 --- a/src/main.c +++ b/src/main.c @@ -180,7 +180,7 @@ void cbqn_runLine0(char* ln, i64 read) { code = utf8Decode0(cmdE); output = 2; } else if (isCmd(cmdS, &cmdE, "e ") || isCmd(cmdS, &cmdE, "explain ")) { - B expl = bqn_explain(utf8Decode0(cmdE), inc(replPath)); + B expl = bqn_explain(utf8Decode0(cmdE), replPath); HArr* expla = toHArr(expl); usz ia=expla->ia; for(usz i=0; i