Przeglądaj źródła

Fix wrong lint report

master
Arun Prakash Jana 4 lat temu
rodzic
commit
b87cdcde60
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

@@ -4430,7 +4430,7 @@ static int dentfill(char *path, struct entry **dents)
continue;

if (S_ISDIR(sb.st_mode)) {
if (sb_path.st_dev == sb.st_dev) {
if (sb_path.st_dev == sb.st_dev) { // NOLINT
mkpath(path, namep, buf);

dir_blocks += dirwalk(buf, &sb);


Ładowanie…
Anuluj
Zapisz