Set APELocation to the beginning of the APE-tag

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@340956 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Allan Sandfeld Jensen
2004-08-25 15:37:53 +00:00
parent c538ac3912
commit f086fdaba5

View File

@ -538,6 +538,8 @@ void MPEG::File::read(bool readProperties, Properties::ReadStyle propertiesStyle
d->APEOriginalSize = d->APETag->footer()->completeTagSize();
d->APELocation = d->APELocation + d->APETag->footer()->size() - d->APEOriginalSize;
d->hasAPE = true;
}