mirror of
https://github.com/taglib/taglib.git
synced 2026-03-21 22:29:56 -04:00
Amend some comments refer to the 'offset_t' type. It no longer exists.
This commit is contained in:
@ -609,7 +609,7 @@ ByteVector ID3v2::Tag::render(int version) const
|
||||
}
|
||||
|
||||
// Compute the amount of padding, and append that to tagData.
|
||||
// TODO: Should be calculated in offset_t in taglib2.
|
||||
// TODO: Should be calculated in long long in taglib2.
|
||||
|
||||
long originalSize = d->header.tagSize();
|
||||
long paddingSize = originalSize - (tagData.size() - Header::size());
|
||||
|
||||
Reference in New Issue
Block a user