diff options
Diffstat (limited to 'src/tag')
-rw-r--r-- | src/tag/TagConfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagConfig.cxx b/src/tag/TagConfig.cxx index 113a94686..cfdd2e1eb 100644 --- a/src/tag/TagConfig.cxx +++ b/src/tag/TagConfig.cxx @@ -40,7 +40,7 @@ TagLoadConfig() if (value == nullptr) return; - std::fill_n(ignore_tag_items, TAG_NUM_OF_ITEM_TYPES, true); + std::fill_n(ignore_tag_items, size_t(TAG_NUM_OF_ITEM_TYPES), true); if (StringEqualsCaseASCII(value, "none")) return; |