Sfoglia il codice sorgente

Fix regression

master
Arun Prakash Jana 6 anni fa
parent
commit
5623cc55bb
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Vedi File

@@ -2549,7 +2549,7 @@ static void populate(char *path, char *lastname)
if (!*lastname)
cur = 0;
else
dentfind(lastname, ndents);
cur = dentfind(lastname, ndents);
}

static void redraw(char *path)


Loading…
Annulla
Salva