Explorar el Código

small cosmetic fix

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

+ 1
- 1
dmenu.c Ver fichero

@@ -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))


Cargando…
Cancelar
Guardar