summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 83deaf6b34..3ba1f21e24 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -2755,7 +2755,8 @@ bool tagcache_import_changelog(void)
2755{ 2755{
2756 struct master_header myhdr; 2756 struct master_header myhdr;
2757 struct tagcache_header tch; 2757 struct tagcache_header tch;
2758 int clfd, masterfd; 2758 int clfd;
2759 long masterfd;
2759 char buf[2048]; 2760 char buf[2048];
2760 2761
2761 if (!stat.ready) 2762 if (!stat.ready)