summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-10-19 14:11:26 (GMT)
committerdkf <dkf@noemail.net>2005-10-19 14:11:26 (GMT)
commit25b3c4b329ad181c2d47af421f612b068fe823f5 (patch)
treea69337e7758d01f5a893e65478715b39dc75aa45 /generic/tclIORChan.c
parente4965be38d573a42353bce4eb85de503134cf6da (diff)
downloadtcl-25b3c4b329ad181c2d47af421f612b068fe823f5.zip
tcl-25b3c4b329ad181c2d47af421f612b068fe823f5.tar.gz
tcl-25b3c4b329ad181c2d47af421f612b068fe823f5.tar.bz2
More typos obscured by typos fixed in previous checkin...
FossilOrigin-Name: ef38b5144bce8b8b2ae217d4a8159616edb158bd
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) {
/*