Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
5cd66e2
)
Revert "fix input text matching"
author
Andrew Gregory <
[email protected]
>
Wed, 7 Dec 2016 14:45:01 +0000
(09:45 -0500)
committer
Hiltjo Posthuma <
[email protected]
>
Sun, 11 Dec 2016 11:33:16 +0000
(12:33 +0100)
This reverts commit
09d0a36e0370f7ca9bdb171bf93c5ac3131c5a92
.
Using strncmp with the length of the user input turns it into a prefix
match rather than an exact match as it's supposed to be.
No differences found