aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstilic <[email protected]>2026-05-06 15:31:10 +0200
committerstilic <[email protected]>2026-05-06 15:31:10 +0200
commit0b12634ac6613675abecbdcadc9374e87590cdb7 (patch)
tree335f86845d21406c9468a383fabcae540efcdd12 /src
parent3ad4984a82e2ef521a738b31f9af3db3ffcc5667 (diff)
Update config.h
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 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;
};