summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index b1811061b2..0bd6a9f557 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -1518,7 +1518,7 @@ static struct tagfile_entry *get_tag(const struct index_entry *entry, int tag)
1518 1518
1519static long get_tag_numeric(const struct index_entry *entry, int tag) 1519static long get_tag_numeric(const struct index_entry *entry, int tag)
1520{ 1520{
1521 return entry->tag_seek[tag]; 1521 return check_virtual_tags(tag, entry);
1522} 1522}
1523 1523
1524static char* get_tag_string(const struct index_entry *entry, int tag) 1524static char* get_tag_string(const struct index_entry *entry, int tag)