diff options
| -rw-r--r-- | apps/tagcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 0908e35..f238bc0 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -173,7 +173,7 @@ struct tagcache_search { int clause_count; int list_position; int seek_pos; - int32_t position; + long position; int entry_count; bool valid; bool initialized; |