mirror of
https://github.com/taglib/taglib.git
synced 2026-06-04 13:29:20 -04:00
Fix potential fallthrough
This commit is contained in:
committed by
Urs Fleisch
parent
034262c518
commit
4775c83d8d
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user