fileid: rename os_file_id_equal

This commit is contained in:
Stefan Hoffmann
2014-08-27 20:12:11 +02:00
parent 4e43095ab2
commit 3cf7a17a44
7 changed files with 13 additions and 13 deletions

View File

@@ -2441,7 +2441,7 @@ void buf_set_file_id(buf_T *buf)
static bool buf_same_file_id(buf_T *buf, FileID *file_id)
{
return buf->file_id_valid
&& os_file_id_equal(&(buf->file_id), file_id);
&& os_fileid_equal(&(buf->file_id), file_id);
}
/*