diff options
Diffstat (limited to 'src/tag')
-rw-r--r-- | src/tag/TagConfig.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tag/TagConfig.cxx b/src/tag/TagConfig.cxx index df40c2bc0..e4d40696d 100644 --- a/src/tag/TagConfig.cxx +++ b/src/tag/TagConfig.cxx @@ -35,8 +35,7 @@ void TagLoadConfig() { - const char *value = config_get_string(ConfigOption::METADATA_TO_USE, - nullptr); + const char *value = config_get_string(ConfigOption::METADATA_TO_USE); if (value == nullptr) return; |