diff options
author | das <das> | 2009-09-17 08:39:40 (GMT) |
---|---|---|
committer | das <das> | 2009-09-17 08:39:40 (GMT) |
commit | cfef008bffcfc7b272e5fd62ff6f62f333e0c4d3 (patch) | |
tree | bc6d3f872277bb9acc63e185c8cc01bce3b72ebb /generic/tclObj.c | |
parent | ae8aeadf52da208b9b4d7d603bdcdb53b615951a (diff) | |
download | tcl-cfef008bffcfc7b272e5fd62ff6f62f333e0c4d3.zip tcl-cfef008bffcfc7b272e5fd62ff6f62f333e0c4d3.tar.gz tcl-cfef008bffcfc7b272e5fd62ff6f62f333e0c4d3.tar.bz2 |
need to remember to save before commit...
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r-- | generic/tclObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index 73fcbcd..2bbc009 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclObj.c,v 1.159 2009/09/17 08:37:39 das Exp $ + * RCS: @(#) $Id: tclObj.c,v 1.160 2009/09/17 08:39:40 das Exp $ */ #include "tclInt.h" @@ -4381,7 +4381,7 @@ Tcl_RepresentationCmd( { char refcountBuffer[TCL_INTEGER_SPACE+1]; char objPtrBuffer[TCL_INTEGER_SPACE+3]; - char internalRepBuffer[2*(TCL_INTEGER_SPACE+2)+1]; + char internalRepBuffer[2*(TCL_INTEGER_SPACE+2)+2]; #define TCLOBJ_TRUNCATE_STRINGREP 16 char stringRepBuffer[TCLOBJ_TRUNCATE_STRINGREP+1]; |