SVN_SILENT too many emacs modes...

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@649036 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2007-04-01 22:21:44 +00:00
parent fecad172f3
commit 39f8acfdf0

View File

@ -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;