* Fixed locking of the FT_Face by moving it into Get/PutTransformedFace()
* Removed the FaceGetter as it was only needed for locking * Cleaned up TruncateString() * Fixed a typo in moreUTF8.h git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16252 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -115,7 +115,7 @@ UTF8ToCharCode(const char **bytes)
|
||||
if ((*bytes)[0] & 0x10) {
|
||||
if ((*bytes)[0] & 0x08) {
|
||||
/* A five byte char?!
|
||||
Something's wrong, substitue. */
|
||||
Something's wrong, substitute. */
|
||||
result += 0x20;
|
||||
(*bytes)++;
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user