From 25c98e6ecf1d1c3c2d355c446344111dd22b1a65 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 14 Mar 2008 16:07:23 +0000 Subject: missing char in error message --- generic/tclCmdAH.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c index 1c2e7ce..e054c29 100644 --- a/generic/tclCmdAH.c +++ b/generic/tclCmdAH.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCmdAH.c,v 1.92 2008/03/07 19:15:57 dgp Exp $ + * RCS: @(#) $Id: tclCmdAH.c,v 1.93 2008/03/14 16:07:23 dgp Exp $ */ #include "tclInt.h" @@ -1799,7 +1799,7 @@ Tcl_ForeachObjCmd( valuePtr, TCL_LEAVE_ERR_MSG); if (varValuePtr == NULL) { Tcl_AppendObjToErrorInfo(interp, Tcl_ObjPrintf( - "\n (setting foreach loop variable \"%s\"", + "\n (setting foreach loop variable \"%s\")", TclGetString(varvList[i][v]))); result = TCL_ERROR; goto done; -- cgit v0.12