summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 12:26:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 12:26:44 (GMT)
commitf45a52ad97cb88960b37051533ca2ce5f37d4c14 (patch)
tree5b8ee472cd7317efb0eef12d484b5340816f2c87 /generic
parentabc23e672315cb78ec468f0d96c592d0ea346ac9 (diff)
parentd550e5f966a4d8b906c6f83fe250a00dd912151e (diff)
downloadtcl-f45a52ad97cb88960b37051533ca2ce5f37d4c14.zip
tcl-f45a52ad97cb88960b37051533ca2ce5f37d4c14.tar.gz
tcl-f45a52ad97cb88960b37051533ca2ce5f37d4c14.tar.bz2
Merge trunk
Diffstat (limited to 'generic')
-rw-r--r--generic/tclIOUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index 5811f62..c24bf2b 100644
--- a/generic/tclIOUtil.c
+++ b/generic/tclIOUtil.c
@@ -1723,7 +1723,7 @@ Tcl_FSEvalFileEx(
/*
* If the encoding is specified, set the channel to that encoding.
- * Otherwise use utf-8.
+ * Otherwise use utf-8. If the encoding is unknown report an error.
*/
if (encodingName == NULL) {
@@ -1859,7 +1859,7 @@ TclNREvalFile(
/*
* If the encoding is specified, set the channel to that encoding.
- * Otherwise use utf-8.
+ * Otherwise use utf-8. If the encoding is unknown report an error.
*/
if (encodingName == NULL) {