mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
misplace conditional
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@345352 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
133f50e356
commit
68982059d0
@ -176,11 +176,9 @@ ByteVector Frame::fieldData(const ByteVector &frameData) const
|
||||
(Bytef *) frameData.data() + frameDataOffset,
|
||||
size());
|
||||
return data;
|
||||
#else
|
||||
return frameData.mid(frameDataOffset, frameDataLength);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
#endif
|
||||
return frameData.mid(frameDataOffset, frameDataLength);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user