Update procs

This commit is contained in:
gingerBill
2025-06-20 08:38:53 +01:00
parent 61edcdbfc5
commit c056fb7512
2 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -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)