diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-28 21:47:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-28 21:47:50 (GMT) |
commit | e16381966055e98a93d0980a01b104ac5c15deea (patch) | |
tree | d7bac4919fd7b61a8abec91ee036080601072cea /generic/tclUtil.c | |
parent | be7f60de2674744ab5c95aee1a15a108b0d4ea74 (diff) | |
parent | af3406f86c40c78cff50cb5003b8be0eae448d54 (diff) | |
download | tcl-e16381966055e98a93d0980a01b104ac5c15deea.zip tcl-e16381966055e98a93d0980a01b104ac5c15deea.tar.gz tcl-e16381966055e98a93d0980a01b104ac5c15deea.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r-- | generic/tclUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 4edbff3..6481283 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -3679,7 +3679,7 @@ GetEndOffsetFromObj( Tcl_ObjIntRep *irPtr; Tcl_WideInt offset = 0; /* Offset in the "end-offset" expression */ - while ((irPtr = Tcl_FetchIntRep(objPtr, &endOffsetType)) == NULL) { + while ((irPtr = TclFetchIntRep(objPtr, &endOffsetType)) == NULL) { Tcl_ObjIntRep ir; size_t length; const char *bytes = TclGetStringFromObj(objPtr, &length); |