diff options
| author | 2020-05-20 19:07:00 +0530 | |
|---|---|---|
| committer | 2020-05-20 19:07:00 +0530 | |
| commit | a4909beb441aee350ff6508292f282bde5219516 (patch) | |
| tree | 0be3308d0b039ed5b6ba1c1fa7b94a014cc600c6 /src | |
| parent | 9e41c39138325f1545fa674d294de29660a6105c (diff) | |
| download | nnn-a4909beb441aee350ff6508292f282bde5219516.tar.gz | |
Fix build break
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |