mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
fileinfo: change returntype of os_fileinfo_size
off_t -> uint64_t
This commit is contained in:
@@ -512,7 +512,7 @@ struct file_buffer {
|
||||
|
||||
long b_mtime; /* last change time of original file */
|
||||
long b_mtime_read; /* last change time when reading */
|
||||
off_t b_orig_size; /* size of original file in bytes */
|
||||
uint64_t b_orig_size; /* size of original file in bytes */
|
||||
int b_orig_mode; /* mode of original file */
|
||||
|
||||
pos_T b_namedm[NMARKS]; /* current named marks (mark.c) */
|
||||
|
Reference in New Issue
Block a user