]> git.ipfire.org Git - thirdparty/hostap.git/commit
edit: Really fix the completion of last character
authorJouni Malinen <j@w1.fi>
Sat, 20 Nov 2010 10:27:06 +0000 (12:27 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Nov 2010 10:27:06 +0000 (12:27 +0200)
commit9364990aced8345894129da185a3b6d65de47734
treeefb1ca19cbd26f8990b8d56650cc067939131845
parent414780027ae635e9c5ec4f075bbe7e8f5026cb06
edit: Really fix the completion of last character

The previous commit broke completion in various places. The proper
way of handling the completion of full word is to verify whether
there are more than one possible match at that point.
src/utils/edit.c