mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Small fix in style.
This commit is contained in:
@ -168,9 +168,8 @@ bool FLAC::File::save()
|
||||
}
|
||||
|
||||
// Create new vorbis comments
|
||||
if (!hasXiphComment())
|
||||
if(!hasXiphComment())
|
||||
Tag::duplicate(&d->tag, xiphComment(true), false);
|
||||
|
||||
|
||||
d->xiphCommentData = xiphComment()->render(false);
|
||||
|
||||
|
Reference in New Issue
Block a user