summaryrefslogtreecommitdiffstats
path: root/generic/tclIOGT.c
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2004-09-10 19:54:05 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2004-09-10 19:54:05 (GMT)
commit12d1e00a1d101485759816fb0698944bfa20e60e (patch)
tree76b6a013a0c8f5f03bf166ea0dfe0d0e156215be /generic/tclIOGT.c
parentad52eb1530098c0531c54b88875246fd267d1c61 (diff)
downloadtcl-12d1e00a1d101485759816fb0698944bfa20e60e.zip
tcl-12d1e00a1d101485759816fb0698944bfa20e60e.tar.gz
tcl-12d1e00a1d101485759816fb0698944bfa20e60e.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>. FossilOrigin-Name: 52cb3a381e0efbe49375884a35df4811fcf48921
Diffstat (limited to 'generic/tclIOGT.c')
-rw-r--r--generic/tclIOGT.c4
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. */