From ca999b7a3aa4dbfc85021901f0faa31dbed4cb1c Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 6 Dec 2007 17:05:03 +0000 Subject: merge updates from HEAD --- generic/tclCompCmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 839c54c..95ae51e 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompCmds.c,v 1.109.2.15 2007/12/06 16:27:45 dgp Exp $ + * RCS: @(#) $Id: tclCompCmds.c,v 1.109.2.16 2007/12/06 17:05:03 dgp Exp $ */ #include "tclInt.h" @@ -6360,7 +6360,7 @@ TclCompileEnsemble( * Copy over the real argument tokens. */ - memcpy(synthetic.tokenPtr + 2, argTokensPtr, + memcpy(synthetic.tokenPtr + 2*len, argTokensPtr, sizeof(Tcl_Token) * (synthetic.numTokens - 2*len)); /* -- cgit v0.12