summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 0908e3571c..f238bc0902 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -173,7 +173,7 @@ struct tagcache_search {
173 int clause_count; 173 int clause_count;
174 int list_position; 174 int list_position;
175 int seek_pos; 175 int seek_pos;
176 int32_t position; 176 long position;
177 int entry_count; 177 int entry_count;
178 bool valid; 178 bool valid;
179 bool initialized; 179 bool initialized;