diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-09-10 19:54:05 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-09-10 19:54:05 (GMT) |
commit | 870e3b5d95325fb625374c0b97314635a784e806 (patch) | |
tree | 76b6a013a0c8f5f03bf166ea0dfe0d0e156215be /generic/tclIOGT.c | |
parent | 5ba1ef7fec173d341a406ba2f6d7e71060f3a667 (diff) | |
download | tcl-870e3b5d95325fb625374c0b97314635a784e806.zip tcl-870e3b5d95325fb625374c0b97314635a784e806.tar.gz tcl-870e3b5d95325fb625374c0b97314635a784e806.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. */ |