Fix String::data() for UTF16 -- there was a missing break in the case
authorScott Wheeler <wheeler@kde.org>
Sun, 22 Feb 2004 12:51:32 +0000 (12:51 +0000)
committerScott Wheeler <wheeler@kde.org>
Sun, 22 Feb 2004 12:51:32 +0000 (12:51 +0000)
commit9a63f34627d1c888b64b161eed8cd760260025dd
tree8b5cde1ddcd207b22d0f736f644ef757f0db5a5c
parentb23b37eb73f287c31eb3937985dd03a723d451fd
Fix String::data() for UTF16 -- there was a missing break in the case
statement, so both the UTF16 and the UTF16BE versions were being executed.

CCMAIL:Ilya Konstantinov <future@shiny.co.il>

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@290210 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
toolkit/tstring.cpp