1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00
This commit is contained in:
Brenden Matthews 2009-06-13 13:19:40 -06:00
parent ca340d2643
commit 26d7547c1e

View File

@ -7184,7 +7184,7 @@ static void main_loop(void)
break;
}
#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,
current_config,
IN_MODIFY);