From a832c8e3c1abdd4bb267cb118ae85e94c8ce1c27 Mon Sep 17 00:00:00 2001 From: stilic Date: Wed, 6 May 2026 15:21:24 +0200 Subject: fix? --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index f09af91..8fbd460 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,7 @@ struct config { //location of table in lua registery int* c_table_idx; //length used for c_string or c_function - size_t* len; + uint64_t* len; } value; }; -- cgit v1.2.3