summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r--generic/tclMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c
index 89c9034..ed04ce7 100644
--- a/generic/tclMain.c
+++ b/generic/tclMain.c
@@ -65,7 +65,7 @@
static inline Tcl_Obj *
NewNativeObj(
char *string,
- int length)
+ size_t length)
{
Tcl_DString ds;