mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
Amend some comments refer to the 'offset_t' type. It no longer exists.
This commit is contained in:
@ -421,7 +421,7 @@ bool XM::File::save()
|
||||
if(!readU16L(patternCount) || !readU16L(instrumentCount))
|
||||
return false;
|
||||
|
||||
long pos = 60 + headerSize; // should be offset_t in taglib2.
|
||||
long pos = 60 + headerSize; // should be long long in taglib2.
|
||||
|
||||
// need to read patterns again in order to seek to the instruments:
|
||||
for(ushort i = 0; i < patternCount; ++ i) {
|
||||
|
Reference in New Issue
Block a user