mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Fix build break
This commit is contained in:
parent
9e41c39138
commit
a4909beb44
1 changed files with 1 additions and 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)))
|
if (!memcmp(&lastentry, &dents[cur], sizeof(struct entry)))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue