From: Arun Prakash Jana Date: Wed, 20 May 2020 13:37:00 +0000 (+0530) Subject: Fix build break X-Git-Tag: v3.2~10 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a4909beb441aee350ff6508292f282bde5219516;p=nnn.git Fix build break --- 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;