summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-01-02 08:35:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-01-02 08:35:01 (GMT)
commit61fd69a37510ad47b187a6072edf47a4aebc19ce (patch)
treedb2f374342d268c13e20ca6836977d12aabf9ac3 /generic/tclExecute.c
parent019149dcdede4ca73450dc77d0ec916ed5757ac2 (diff)
downloadtcl-61fd69a37510ad47b187a6072edf47a4aebc19ce.zip
tcl-61fd69a37510ad47b187a6072edf47a4aebc19ce.tar.gz
tcl-61fd69a37510ad47b187a6072edf47a4aebc19ce.tar.bz2
oops...
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 37588c5..94ddab1 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -6244,7 +6244,7 @@ TEBCresume(
listPtr = OBJ_AT_DEPTH(listTmpDepth);
if (TclListObjLength(interp, listPtr, &listLen) != TCL_OK) {
TRACE_APPEND(("ERROR converting list %ld, \"%s\": %s",
- i, O2S(listPtr), O2S(Tcl_GetObjResult(interp)));
+ i, O2S(listPtr), O2S(Tcl_GetObjResult(interp))));
goto gotError;
}
if (Tcl_IsShared(listPtr)) {