projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724fe3c
)
small cosmetic fix
author
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 23 Sep 2007 16:31:19 +0000
(18:31 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sun, 23 Sep 2007 16:31:19 +0000
(18:31 +0200)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index 3bb9351fc41c5dd508bfc764860d19df2be2e3f6..a4fca09c9bd8edbd3ab8aae524885ed865381f7a 100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-510,7
+510,7
@@
match(char *pattern) {
for(i = allitems; i; i = i->next)
if(!i->matched && !strncasecmp(pattern, i->text, plen))
- j = appenditem(i,j);
+ j = appenditem(i,
j);
for (i = allitems; i; i = i->next)
if(!i->matched && strcasestr(i->text, pattern))