Ver código fonte

Empty filter resets filter to the default

master
lostd 10 anos atrás
pai
commit
48e3305be8
1 arquivos alterados com 2 adições e 4 exclusões
  1. +2
    -4
      noice.c

+ 2
- 4
noice.c Ver arquivo

@@ -664,10 +664,8 @@ nochange:
/* Read filter */
printprompt("filter: ");
tmp = readln();
if (tmp == NULL) {
clearprompt();
goto nochange;
}
if (tmp == NULL)
tmp = xstrdup(ifilter);
r = setfilter(&re, tmp);
if (r != 0) {
free(tmp);


Carregando…
Cancelar
Salvar