summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-19 14:11:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-19 14:11:27 (GMT)
commitb78a1d192c9fbc8fa5d708a3433664061d4dfeb8 (patch)
treea69337e7758d01f5a893e65478715b39dc75aa45 /generic/tclIORChan.c
parent3cc2d4f3f2401c71ae8dcf138d9ca755a67ee964 (diff)
downloadtcl-b78a1d192c9fbc8fa5d708a3433664061d4dfeb8.zip
tcl-b78a1d192c9fbc8fa5d708a3433664061d4dfeb8.tar.gz
tcl-b78a1d192c9fbc8fa5d708a3433664061d4dfeb8.tar.bz2
More typos obscured by typos fixed in previous checkin...
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index b418bce..d141e4a 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIORChan.c,v 1.8 2005/10/19 14:10:05 dkf Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.9 2005/10/19 14:11:27 dkf Exp $
*/
#include <tclInt.h>
@@ -2201,9 +2201,9 @@ ForwardProc(
return 1;
}
- paramPtr->code = TCL_OK;
- paramPtr->msgStr = NULL;
- paramPtr->mustFree = 0;
+ paramPtr->base.code = TCL_OK;
+ paramPtr->base.msgStr = NULL;
+ paramPtr->base.mustFree = 0;
switch (evPtr->op) {
/*