Przeglądaj źródła

Fix build break

master
Arun Prakash Jana 5 lat temu
rodzic
commit
58357912bc
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -4236,7 +4236,7 @@ static blkcnt_t dirwalk(char *path, struct stat *psb)
}

/* Skip self and parent */
static bool selforparent(char *path)
static bool selforparent(const char *path)
{
return path[0] == '.' && (path[1] == '\0' || (path[1] == '.' && path[2] == '\0'));
}


Ładowanie…
Anuluj
Zapisz