mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fix potential fallthrough
This commit is contained in:
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user