mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
fileinfo: rename os_file_info_id_equal
This commit is contained in:
@@ -355,7 +355,7 @@ int len /* buffer size, only used when name gets longer */
|
||||
MAXPATHL - (tail - name) + 1);
|
||||
FileInfo file_info_new;
|
||||
if (os_fileinfo_link((char *)newname, &file_info_new)
|
||||
&& os_file_info_id_equal(&file_info, &file_info_new)) {
|
||||
&& os_fileinfo_id_equal(&file_info, &file_info_new)) {
|
||||
STRCPY(tail, dp->d_name);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user