SVN commit 579371 by wheeler: SVN_SILENT extra space M +1 -1 generalencapsulatedobjectframe.cpp --- trunk/kdesupport/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp #579370:579371 @@ -68,7 +68,7 @@ text += " " + d->fileName; if(!d->description.isEmpty()) - text += " \"" + d->description + "\" "; + text += " \"" + d->description + "\""; return text; }