mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Update procs
This commit is contained in:
+2
-2
@@ -22279,8 +22279,8 @@ KBTS_EXPORT kbts_decode kbts_DecodeUtf8(const char *Utf8, size_t Length)
|
||||
FollowupCharacterCount = 3;
|
||||
Result.Codepoint = First & 7;
|
||||
Result.Valid = 1;
|
||||
}
|
||||
break;
|
||||
|
||||
} break;
|
||||
}
|
||||
|
||||
if(Length > FollowupCharacterCount)
|
||||
|
||||
Reference in New Issue
Block a user