aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagPrint.cxx')
-rw-r--r--src/TagPrint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx
index 3914a5860..4a97d851e 100644
--- a/src/TagPrint.cxx
+++ b/src/TagPrint.cxx
@@ -27,7 +27,7 @@ void
tag_print_types(Response &r)
{
for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; i++)
- if (!ignore_tag_items[i])
+ if (IsTagEnabled(i))
r.Format("tagtype: %s\n", tag_item_names[i]);
}