summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-12 15:28:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-12 15:28:41 (GMT)
commita190f1a4b47d180f2fa0e824ba196922d79dabf0 (patch)
tree3ed3094567b4382905348b34bb85707c90491fa2 /generic/tclEncoding.c
parent807e856b638e7437d8d089b1885f79a909048929 (diff)
parent07181fbe1e09709ceec52380ea7ead77692bf8c8 (diff)
downloadtcl-a190f1a4b47d180f2fa0e824ba196922d79dabf0.zip
tcl-a190f1a4b47d180f2fa0e824ba196922d79dabf0.tar.gz
tcl-a190f1a4b47d180f2fa0e824ba196922d79dabf0.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 276570b..e64f92d 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -2534,10 +2534,10 @@ UtfToUtfProc(
} else if (!Tcl_UtfCharComplete(src, srcEnd - src)) {
/*
* Incomplete byte sequence.
- * Always check before using Tcl_UtfToUniChar. Not doing so can cause it
- * run beyond the end of the buffer! If we happen on such an incomplete
- * char its bytes are made to represent themselves unless the user has
- * explicitly asked to be told.
+ * Always check before using Tcl_UtfToUniChar. Not doing so can cause
+ * it to run beyond the end of the buffer! If we happen on such an
+ * incomplete char its bytes are made to represent themselves unless
+ * the user has explicitly asked to be told.
*/
if (flags & ENCODING_INPUT) {