mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-28 04:55:08 +00:00
Fix regression in Lua inotify stuff.
This commit is contained in:
parent
74340eaa9c
commit
9ce2c8ba07
@ -53,7 +53,7 @@ void llua_load(const char *script)
|
|||||||
lua_pop(lua_L, 1);
|
lua_pop(lua_L, 1);
|
||||||
#ifdef HAVE_SYS_INOTIFY_H
|
#ifdef HAVE_SYS_INOTIFY_H
|
||||||
} else if (!llua_block_notify && inotify_fd != -1) {
|
} else if (!llua_block_notify && inotify_fd != -1) {
|
||||||
llua_append_notify(script);
|
llua_append_notify(path);
|
||||||
#endif /* HAVE_SYS_INOTIFY_H */
|
#endif /* HAVE_SYS_INOTIFY_H */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user