mirror of
https://github.com/taglib/taglib.git
synced 2026-02-05 15:00:14 -05:00
Fix instance references to a static member function.
This commit is contained in:
@ -282,7 +282,7 @@ void MPC::File::read(bool readProperties)
|
||||
d->tag.set(MPCAPEIndex, new APE::Tag(this, d->APELocation));
|
||||
|
||||
d->APESize = APETag()->footer()->completeTagSize();
|
||||
d->APELocation = d->APELocation + APETag()->footer()->size() - d->APESize;
|
||||
d->APELocation = d->APELocation + APE::Footer::size() - d->APESize;
|
||||
d->hasAPE = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user