commit | cc0a3d84901ed2d1ad8cc69893edf2b0642616ea | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Mon May 02 22:20:19 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue May 03 11:08:59 2016 +0200 |
tree | 849a485826172af604be51e8e2379becfb389d4b | |
parent | e666f8c50d0999b3e959eff723d637759345f317 [diff] |
search: modify a function to take a length as parameter instead of a word When verifying that a match is a separate word (during spell checking), instead of first copying out the word, then passing the word, and then measuring its length, just pass its length straigtaway.