diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-10-19 14:11:27 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-10-19 14:11:27 (GMT) |
| commit | e3abcc14ada8f8d92d39b86716f2e4ca0517038b (patch) | |
| tree | a69337e7758d01f5a893e65478715b39dc75aa45 | |
| parent | 5bee8ca532212b525eecb3d765cad141a656ef08 (diff) | |
| download | tcl-e3abcc14ada8f8d92d39b86716f2e4ca0517038b.zip tcl-e3abcc14ada8f8d92d39b86716f2e4ca0517038b.tar.gz tcl-e3abcc14ada8f8d92d39b86716f2e4ca0517038b.tar.bz2 | |
More typos obscured by typos fixed in previous checkin...
| -rw-r--r-- | generic/tclIORChan.c | 8 |
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) { /* |
