diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-06 16:35:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-06 16:35:48 (GMT) |
commit | 7fa5cdb9c367a0587e135892aa12345045fb2b92 (patch) | |
tree | 2e399b6ac70b26c14f70092ed8efc1f4fa0e82da /generic/tkTextIndex.c | |
parent | cd43dc5d400d4646a76dfdb37a555d7c8d6bda6b (diff) | |
parent | e9043031de3669be8a342498ecbc78cfdc67f054 (diff) | |
download | tk-7fa5cdb9c367a0587e135892aa12345045fb2b92.zip tk-7fa5cdb9c367a0587e135892aa12345045fb2b92.tar.gz tk-7fa5cdb9c367a0587e135892aa12345045fb2b92.tar.bz2 |
merge 8.5
Diffstat (limited to 'generic/tkTextIndex.c')
-rw-r--r-- | generic/tkTextIndex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextIndex.c b/generic/tkTextIndex.c index 25b4666..13f3957 100644 --- a/generic/tkTextIndex.c +++ b/generic/tkTextIndex.c @@ -774,11 +774,11 @@ GetIndex( } if (TkTextWindowIndex(textPtr, string, indexPtr) != 0) { - return TCL_OK; + goto done; } if (TkTextImageIndex(textPtr, string, indexPtr) != 0) { - return TCL_OK; + goto done; } /* |