Fix inotify display

This commit is contained in:
Přemysl Eric Janouch 2017-06-30 21:34:11 +02:00
parent 4a9662b00a
commit 596b490992
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ fun inotify_check () {
for (char *ptr = buf; ptr < buf + len; ptr += sizeof *e + e->len) {
e = (const inotify_event *) buf;
if (e->wd == g.inotify_wd)
changed = true;
changed = g.out_of_date = true;
}
}
if (changed)