diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 16:56:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 16:56:17 (GMT) |
commit | bfc534cb26e3449095db95b1392c798fef31f465 (patch) | |
tree | ae9a5cba62f41928b3a637418a0e5ff2e3f3ab94 /generic/tclIndexObj.c | |
parent | ad28973d3c6efdfb45d4a3227c4a797026321fbc (diff) | |
parent | 20098349b6daa26620340a85771135d1d752fc47 (diff) | |
download | tcl-bfc534cb26e3449095db95b1392c798fef31f465.zip tcl-bfc534cb26e3449095db95b1392c798fef31f465.tar.gz tcl-bfc534cb26e3449095db95b1392c798fef31f465.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tclIndexObj.c')
-rw-r--r-- | generic/tclIndexObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIndexObj.c b/generic/tclIndexObj.c index 5aa4d42..4749e6e 100644 --- a/generic/tclIndexObj.c +++ b/generic/tclIndexObj.c @@ -785,7 +785,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; } |