diff options
| author | andreask@activestate.com <andreas_kupries> | 2004-09-10 19:54:05 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2004-09-10 19:54:05 (GMT) |
| commit | e7388c8c9fbe0c4ab7765908b9763e827ae40f32 (patch) | |
| tree | 76b6a013a0c8f5f03bf166ea0dfe0d0e156215be /generic/tclIOGT.c | |
| parent | d97436f2a57e50bf0eef101fe0c157fa88740969 (diff) | |
| download | tcl-e7388c8c9fbe0c4ab7765908b9763e827ae40f32.zip tcl-e7388c8c9fbe0c4ab7765908b9763e827ae40f32.tar.gz tcl-e7388c8c9fbe0c4ab7765908b9763e827ae40f32.tar.bz2 | |
* generic/tcl.h: Micro formatting fixes.
* generic/tclIOGT.c: Channel version fixed, must be 3, to have
wideseekProc. Thanks to David Graveraux <davygrvy@pobox.com>.
Diffstat (limited to 'generic/tclIOGT.c')
| -rw-r--r-- | generic/tclIOGT.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOGT.c b/generic/tclIOGT.c index 92d405c..052d076 100644 --- a/generic/tclIOGT.c +++ b/generic/tclIOGT.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * CVS: $Id: tclIOGT.c,v 1.8 2004/04/06 22:25:52 dgp Exp $ + * CVS: $Id: tclIOGT.c,v 1.9 2004/09/10 19:54:06 andreas_kupries Exp $ */ #include "tclInt.h" @@ -130,7 +130,7 @@ static void ResultAdd _ANSI_ARGS_ ((ResultBuffer* r, static Tcl_ChannelType transformChannelType = { "transform", /* Type name. */ - TCL_CHANNEL_VERSION_2, + TCL_CHANNEL_VERSION_3, TransformCloseProc, /* Close proc. */ TransformInputProc, /* Input proc. */ TransformOutputProc, /* Output proc. */ |
