Browse Source

Show entry even if no permission

master
Arun Prakash Jana 5 years ago
parent
commit
ac8b56ecc2
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -4434,7 +4434,7 @@ static int dentfill(char *path, struct entry **dents)
DPRINTF_S(namep); DPRINTF_S(namep);
DPRINTF_S(strerror(errno)); DPRINTF_S(strerror(errno));
} }
continue; memset(&sb, 0, sizeof(struct stat));
} }
} }




||||||
x
 
000:0
Loading…
Cancel
Save