summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 20:12:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 20:12:17 (GMT)
commit7d5a69fb31f8327c06f9d8bd69836dd2ff78b330 (patch)
tree615b33bf8dfcb02371549f25c5615afcce48e810 /generic
parentbc8811c498e04f54c10a7ff1f5ec35c4682ec149 (diff)
parent5efc8e4cfbcc400b2a929dd4b828afd5308d3b53 (diff)
downloadtcl-7d5a69fb31f8327c06f9d8bd69836dd2ff78b330.zip
tcl-7d5a69fb31f8327c06f9d8bd69836dd2ff78b330.tar.gz
tcl-7d5a69fb31f8327c06f9d8bd69836dd2ff78b330.tar.bz2
Merge 8.7
Diffstat (limited to 'generic')
-rw-r--r--generic/tclIndexObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIndexObj.c b/generic/tclIndexObj.c
index 245e7c2..1ed081b 100644
--- a/generic/tclIndexObj.c
+++ b/generic/tclIndexObj.c
@@ -718,7 +718,7 @@ PrefixLongestObjCmd(
* Adjust in case we stopped in the middle of a UTF char.
*/
- resultLength = Tcl_UtfPrev(&resultString[i+1],
+ resultLength = TclUtfPrev(&resultString[i+1],
resultString) - resultString;
break;
}