From b78a1d192c9fbc8fa5d708a3433664061d4dfeb8 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 19 Oct 2005 14:11:27 +0000 Subject: More typos obscured by typos fixed in previous checkin... --- generic/tclIORChan.c | 8 ++++---- 1 file 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 @@ -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) { /* -- cgit v0.12