From: Scott Wheeler Date: Sun, 1 Apr 2007 22:21:44 +0000 (+0000) Subject: SVN_SILENT too many emacs modes... X-Git-Tag: v1.5~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39f8acfdf03e1173e4595b4f322449bea79a27e6;p=taglib SVN_SILENT too many emacs modes... git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@649036 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp index a74488f8..3f7c7218 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp @@ -108,7 +108,7 @@ void TextIdentificationFrame::parseFields(const ByteVector &data) int byteAlign = d->textEncoding == String::Latin1 || d->textEncoding == String::UTF8 ? 1 : 2; - // build a small counter to strip nulls off the end of the field + // build a small counter to strip nulls off the end of the field int dataLength = data.size() - 1;