From: Arun Prakash Jana Date: Wed, 15 Apr 2020 12:22:21 +0000 (+0530) Subject: Show entry even if no permission X-Git-Tag: v3.2~131 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ac8b56ecc262301062e9695d5944f48bfe162393;p=nnn.git Show entry even if no permission --- 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)); } }