git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@340210
283d02a7-25f6-0310-bc7c-
ecb5cbfe19da
Properties *properties;
bool scanned;
+ // These indicate whether the file *on disk* has these tags, not if
+ // this data structure does. This is used in computing offsets.
+
bool hasAPE;
bool hasID3v1;
bool hasID3v2;
if(d->APELocation >= 0) {
d->APETag = new APE::Tag(this, d->APELocation);
d->APESize = d->APETag->footer()->completeTagSize();
+ d->APELocation = d->APELocation + d->APETag->footer()->size() - d->APESize;
d->hasAPE = true;
}