applied Jukkas hotfix
This commit is contained in:
parent
e7423f8fc6
commit
07d82c0c2a
1 changed files with 1 additions and 1 deletions
2
dmenu.c
2
dmenu.c
|
@ -534,7 +534,7 @@ match(char *pattern) {
|
||||||
}
|
}
|
||||||
if(lprefix) {
|
if(lprefix) {
|
||||||
if(itemend) {
|
if(itemend) {
|
||||||
itemend->right - lprefix;
|
itemend->right = lprefix;
|
||||||
lprefix->left = itemend;
|
lprefix->left = itemend;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue