mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Ugh...finish ca340d2643
.
This commit is contained in:
parent
ca340d2643
commit
26d7547c1e
@ -7184,7 +7184,7 @@ static void main_loop(void)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#ifdef HAVE_SYS_INOTIFY_H
|
#ifdef HAVE_SYS_INOTIFY_H
|
||||||
if (inotify_fd != -1 && inotify_config_wd != -1) {
|
if (inotify_fd != -1 && inotify_config_wd == -1) {
|
||||||
inotify_config_wd = inotify_add_watch(inotify_fd,
|
inotify_config_wd = inotify_add_watch(inotify_fd,
|
||||||
current_config,
|
current_config,
|
||||||
IN_MODIFY);
|
IN_MODIFY);
|
||||||
|
Loading…
Reference in New Issue
Block a user