mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Change immediate from decimal to hexadecimal
Force consistency.
This commit is contained in:
parent
a7158d0881
commit
4c79b5af5d
@ -600,7 +600,7 @@ bool IsValidUTF8(char* pszString)
|
||||
|
||||
pszString = it + 4;
|
||||
}
|
||||
else if ((n - 55296) <= 0x7FF)
|
||||
else if ((n - 0xD800) <= 0x7FF)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user