mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SHELLBTRFS] Fix build
CORE-15452
This commit is contained in:
parent
215c0778da
commit
00ff5e8dc9
1 changed files with 0 additions and 1 deletions
|
@ -836,7 +836,6 @@ NTSTATUS NTAPI RtlUnicodeToUTF8N(CHAR *utf8_dest, ULONG utf8_bytes_max,
|
|||
}
|
||||
|
||||
/* encode ch as UTF-8 */
|
||||
ASSERT(ch <= 0x10ffff);
|
||||
if (ch < 0x80)
|
||||
{
|
||||
utf8_ch[0] = ch & 0x7f;
|
||||
|
|
Loading…
Reference in a new issue