From ac8b56ecc262301062e9695d5944f48bfe162393 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 15 Apr 2020 17:52:21 +0530 Subject: [PATCH] Show entry even if no permission --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 20beba0f..20d7325c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4434,7 +4434,7 @@ static int dentfill(char *path, struct entry **dents) DPRINTF_S(namep); DPRINTF_S(strerror(errno)); } - continue; + memset(&sb, 0, sizeof(struct stat)); } }