We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a99945 commit 9d51245Copy full SHA for 9d51245
generic/tclExecute.c
@@ -6979,7 +6979,7 @@ TEBCresume(
6979
tmpPtr = OBJ_AT_DEPTH(1);
6980
infoPtr = (ForeachInfo *)tmpPtr->internalRep.twoPtrValue.ptr1;
6981
numLists = infoPtr->numLists;
6982
- TRACE_APPEND(("=> appending to list at depth %" SIZEd "\n", 3 + numLists));
+ TRACE(("=> appending to list at depth %" SIZEd "\n", 3 + numLists));
6983
6984
objPtr = OBJ_AT_DEPTH(3 + numLists);
6985
Tcl_ListObjAppendElement(NULL, objPtr, OBJ_AT_TOS);
0 commit comments