mirror of
git://git.suckless.org/dmenu
synced 2025-05-14 14:05:48 +01:00
applied Jukkas hotfix
This commit is contained in:
parent
e7423f8fc6
commit
07d82c0c2a
2
dmenu.c
2
dmenu.c
@ -534,7 +534,7 @@ match(char *pattern) {
|
||||
}
|
||||
if(lprefix) {
|
||||
if(itemend) {
|
||||
itemend->right - lprefix;
|
||||
itemend->right = lprefix;
|
||||
lprefix->left = itemend;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user