From 58357912bcc60d475c6d68b84e922f6850850c17 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 8 Feb 2020 19:58:30 +0530 Subject: Fix build break --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 0980e44..ee162e2 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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')); } -- cgit v1.2.3-70-g09d2