From kde-commits Thu Aug 31 22:46:44 2006 From: Scott Wheeler Date: Thu, 31 Aug 2006 22:46:44 +0000 To: kde-commits Subject: kdesupport/taglib/mpeg/id3v2/frames (silent) Message-Id: <1157064404.932850.8021.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115706441918929 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; }