diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp index dba54d58..93a0e952 100644 --- a/taglib/flac/flacfile.cpp +++ b/taglib/flac/flacfile.cpp @@ -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);