diff options
author | andy <andrew.m.goth@gmail.com> | 2017-08-08 16:45:47 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2017-08-08 16:45:47 (GMT) |
commit | df9ea61fbf40259ce8a70adecc6b7fc7f005bccf (patch) | |
tree | 0dbb21313c593560daed8f1fc6bd166186aaaae9 /generic/tclIOUtil.c | |
parent | cee94b0658268c47f3a5185a951a7ea6555595ac (diff) | |
download | tcl-df9ea61fbf40259ce8a70adecc6b7fc7f005bccf.zip tcl-df9ea61fbf40259ce8a70adecc6b7fc7f005bccf.tar.gz tcl-df9ea61fbf40259ce8a70adecc6b7fc7f005bccf.tar.bz2 |
Cherrypick [527d354828]
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index e1c5709..6465931 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -1805,7 +1805,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 |