aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstilic <[email protected]>2026-05-06 15:21:24 +0200
committerstilic <[email protected]>2026-05-06 15:21:24 +0200
commita832c8e3c1abdd4bb267cb118ae85e94c8ce1c27 (patch)
treeafe42cc5659e4b29ce65e7e22f4f3ba12b82f629 /src
parent0c003aecb135b7e419c53c231fc2c25c8f8dfccf (diff)
fix?
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
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;
};