mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
@@ -1104,7 +1104,7 @@ char *os_resolve_shortcut(const char *fname)
|
||||
if (hr == S_OK && wsz[0] != NUL) {
|
||||
const int conversion_result = utf16_to_utf8(wsz, &rfname);
|
||||
if (conversion_result != 0) {
|
||||
EMSG2("utf16_to_utf8 failed: %s", uv_strerror(conversion_result));
|
||||
EMSG2("utf16_to_utf8 failed: %d", conversion_result);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user