mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
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:
@ -697,6 +697,8 @@ void String::prepare(Type t)
|
||||
|
||||
delete [] sourceBuffer;
|
||||
delete [] targetBuffer;
|
||||
|
||||
break;
|
||||
}
|
||||
case UTF16LE:
|
||||
{
|
||||
|
Reference in New Issue
Block a user