summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 2ac62b229..fd44e220d 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -1173,7 +1173,7 @@ tail_forever_inotify (int wd, struct File_spec *f, size_t n_files)
size_t evlen = 0;
char *evbuf;
size_t evbuf_off = 0;
- ssize_t len = 0;
+ size_t len = 0;
wd_table = hash_initialize (n_files, NULL, wd_hasher, wd_comparator, NULL);
if (! wd_table)