diff options
author | madmaxoft <github@xoft.cz> | 2014-03-20 22:36:24 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-20 22:36:24 +0100 |
commit | 62f84d968a71ab14f6d79696fd1312a17239ba60 (patch) | |
tree | 0fcc5c7192de84edcba547f417c9b5f1bb62077e /src/StringUtils.cpp | |
parent | Plugins can set flying speed. (diff) | |
parent | Fixed enum checking functions not being called in generated code (diff) | |
download | cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.gz cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.bz2 cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.lz cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.xz cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.zst cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.zip |
Diffstat (limited to '')
-rw-r--r-- | src/StringUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/StringUtils.cpp b/src/StringUtils.cpp index 3f9275798..ad622d707 100644 --- a/src/StringUtils.cpp +++ b/src/StringUtils.cpp @@ -454,7 +454,6 @@ AString & UTF8ToRawBEUTF16(const char * a_UTF8, size_t a_UTF8Length, AString & a if (!isLegalUTF8(source, extraBytesToRead + 1)) { return a_UTF16; - break; } // The cases all fall through. See "Note A" below. |