From a4909beb441aee350ff6508292f282bde5219516 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 20 May 2020 19:07:00 +0530 Subject: [PATCH] Fix build break --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 508fe12e..89c4a48a 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4731,7 +4731,7 @@ static void notify_fifo() } } - static struct entry lastentry = {0}; + static struct entry lastentry; if (!memcmp(&lastentry, &dents[cur], sizeof(struct entry))) return; -- 2.48.1