Bug in UTF-8 rendering. Small change, but well, without the "break;" it was doing

the UTF-8 rendering and the UTF16-LE rendering to the same string, which was, well,
ungood.

(Sorry Dan, that's bad news for those files -- but this bug was only introduced 4
days ago, so it just hadn't been caught yet.)

BUG:109604


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@438731 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2005-07-25 21:34:18 +00:00
parent f7467bd1f9
commit 3de9ba2e9f

View File

@ -697,6 +697,8 @@ void String::prepare(Type t)
delete [] sourceBuffer;
delete [] targetBuffer;
break;
}
case UTF16LE:
{