Explorar el Código

applied Jukkas hotfix

master
Anselm R Garbe hace 16 años
padre
commit
07d82c0c2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c Ver fichero

@@ -534,7 +534,7 @@ match(char *pattern) {
}
if(lprefix) {
if(itemend) {
itemend->right - lprefix;
itemend->right = lprefix;
lprefix->left = itemend;
}
else


Cargando…
Cancelar
Guardar