pinosaur
/
dmenu.git
/ commitdiff
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
3bb9351
..
a4fca09
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))