aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-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;
};