From a017a140b912b40a6f61b3d918daa6e7554e65ed Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 26 Jul 2026 02:39:45 +0000 Subject: fixed forever loop on lua initialization --- src/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index ec05250..e109628 100644 --- a/src/state.c +++ b/src/state.c @@ -24,4 +24,4 @@ cli_flags_t flags = {0}; user_config_t config = {0}; -install_dirs_t inst_dirs = {0}; +inst_dirs_t inst_dirs = {0}; -- cgit v1.2.3