mirror of
https://github.com/taglib/taglib.git
synced 2025-08-06 22:34:29 -04:00
Update .pro file
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1100537 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -352,7 +352,7 @@ ByteVector ID3v2::Tag::render() const
|
||||
// Loop through the frames rendering them and adding them to the tagData.
|
||||
|
||||
for(FrameList::Iterator it = d->frameList.begin(); it != d->frameList.end(); it++) {
|
||||
if ((*it)->header()->frameID().size() != 4) {
|
||||
if((*it)->header()->frameID().size() != 4) {
|
||||
debug("A frame of unsupported or unknown type \'"
|
||||
+ String((*it)->header()->frameID()) + "\' has been discarded");
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user