From 39f8acfdf03e1173e4595b4f322449bea79a27e6 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 1 Apr 2007 22:21:44 +0000 Subject: [PATCH] SVN_SILENT too many emacs modes... git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@649036 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/mpeg/id3v2/frames/textidentificationframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;