]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 20 May 2020 13:37:00 +0000 (19:07 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 20 May 2020 13:37:00 +0000 (19:07 +0530)
src/nnn.c

index 508fe12ec5e445be717908204aae0294d98b6f09..89c4a48a349e3f02421001ca9ff96e92d6b10498 100644 (file)
--- 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;