mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
fileinfo: rename os_get_file_info{,_link,_fd}
This commit is contained in:
@@ -2564,7 +2564,7 @@ static char_u *get_mef_name(void)
|
||||
STRCAT(name, p + 2);
|
||||
// Don't accept a symbolic link, its a security risk.
|
||||
FileInfo file_info;
|
||||
bool file_or_link_found = os_get_file_info_link((char *)name, &file_info);
|
||||
bool file_or_link_found = os_fileinfo_link((char *)name, &file_info);
|
||||
if (!file_or_link_found) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user