summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2017-08-08 16:39:25 (GMT)
committerandy <andrew.m.goth@gmail.com>2017-08-08 16:39:25 (GMT)
commit8bd48049f9891927c55abd3d0c51a44daebb965d (patch)
tree6f37521d850c0917bc28bbc2421b9041e2d5a257
parentdfd143bc6b1fb0ae74eb17238c09f07e08536d83 (diff)
parent664774bec4189d84722d2e34193bee298a883264 (diff)
downloadtcl-8bd48049f9891927c55abd3d0c51a44daebb965d.zip
tcl-8bd48049f9891927c55abd3d0c51a44daebb965d.tar.gz
tcl-8bd48049f9891927c55abd3d0c51a44daebb965d.tar.bz2
Merge trunk
-rw-r--r--generic/tclIOUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index 7f27ed8..7e8f023 100644
--- a/generic/tclIOUtil.c
+++ b/generic/tclIOUtil.c
@@ -1748,7 +1748,7 @@ Tcl_FSEvalFileEx(
* this cross-platform to allow for scripted documents. [Bug: 2040]
*/
- Tcl_SetChannelOption(interp, chan, "-eofchar", "\32");
+ Tcl_SetChannelOption(interp, chan, "-eofchar", "\32 {}");
/*
* If the encoding is specified, set it for the channel. Else don't touch
@@ -1883,7 +1883,7 @@ TclNREvalFile(
* this cross-platform to allow for scripted documents. [Bug: 2040]
*/
- Tcl_SetChannelOption(interp, chan, "-eofchar", "\32");
+ Tcl_SetChannelOption(interp, chan, "-eofchar", "\32 {}");
/*
* If the encoding is specified, set it for the channel. Else don't touch