diff --git a/taglib/asf/asfattribute.cpp b/taglib/asf/asfattribute.cpp index 75206452..ca31c6d9 100644 --- a/taglib/asf/asfattribute.cpp +++ b/taglib/asf/asfattribute.cpp @@ -250,6 +250,7 @@ int ASF::Attribute::dataSize() const case BytesType: if(d->pictureValue.isValid()) return d->pictureValue.dataSize(); + break; case GuidType: return d->byteVectorValue.size(); }