From 0b12634ac6613675abecbdcadc9374e87590cdb7 Mon Sep 17 00:00:00 2001 From: stilic Date: Wed, 6 May 2026 15:31:10 +0200 Subject: Update config.h --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 8fbd460..f09af91 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 - uint64_t* len; + size_t* len; } value; }; -- cgit v1.2.3