mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
fixup: LNUL
This commit is contained in:

committed by
Lewis Russell

parent
a18982cb83
commit
4b3845be2e
@@ -1500,7 +1500,7 @@ int utf8_to_utf16(const char *utf8, int utf8len, wchar_t **utf16)
|
||||
return uv_translate_sys_error(GetLastError());
|
||||
}
|
||||
|
||||
(*utf16)[bufsize] = LNUL;
|
||||
(*utf16)[bufsize] = L'\0';
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user