diff --git a/taglib/asf/asftag.cpp b/taglib/asf/asftag.cpp index 9fd95964..1d37b83b 100644 --- a/taglib/asf/asftag.cpp +++ b/taglib/asf/asftag.cpp @@ -454,7 +454,7 @@ PropertyMap ASF::Tag::setProperties(const PropertyMap &props) addAttribute(name, str.toULongLong()); break; case Attribute::BoolType: - addAttribute(name, !str.isEmpty() && str != "0" && str.upper() != "TRUE"); + addAttribute(name, !str.isEmpty() && str != "0" && str.upper() != "FALSE"); break; case Attribute::GuidType: { ByteVector data;