1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

Fix regression in Lua inotify stuff.

This commit is contained in:
Brenden Matthews 2009-06-13 13:40:27 -06:00
parent 74340eaa9c
commit 9ce2c8ba07

View File

@ -53,7 +53,7 @@ void llua_load(const char *script)
lua_pop(lua_L, 1);
#ifdef HAVE_SYS_INOTIFY_H
} else if (!llua_block_notify && inotify_fd != -1) {
llua_append_notify(script);
llua_append_notify(path);
#endif /* HAVE_SYS_INOTIFY_H */
}
}