summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2009-09-17 08:37:39 (GMT)
committerdas <das>2009-09-17 08:37:39 (GMT)
commitae8aeadf52da208b9b4d7d603bdcdb53b615951a (patch)
tree8328d3bbd820a331b1c8e1938c4ee8851f91d049
parent5951ff339f3a77f54758ca0bfc35142130e9041a (diff)
downloadtcl-ae8aeadf52da208b9b4d7d603bdcdb53b615951a.zip
tcl-ae8aeadf52da208b9b4d7d603bdcdb53b615951a.tar.gz
tcl-ae8aeadf52da208b9b4d7d603bdcdb53b615951a.tar.bz2
typo
-rw-r--r--generic/tclObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index adcf131..73fcbcd 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.158 2009/09/17 08:37:03 das Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.159 2009/09/17 08:37:39 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+3)+1];
+ char internalRepBuffer[2*(TCL_INTEGER_SPACE+2)+1];
#define TCLOBJ_TRUNCATE_STRINGREP 16
char stringRepBuffer[TCLOBJ_TRUNCATE_STRINGREP+1];