From 021ed85823b1ff89bf759905a46d700de9744b6b Mon Sep 17 00:00:00 2001 From: das Date: Tue, 19 Dec 2006 04:35:19 +0000 Subject: * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. --- unix/tclUnixThrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index aecfcbe..b95e8f7 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -20,7 +20,7 @@ #include "pthread.h" typedef struct ThreadSpecificData { - char nabuf[17]; + char nabuf[16]; } ThreadSpecificData; static Tcl_ThreadDataKey dataKey; -- cgit v0.12