mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
fileinfo: change returntype of os_fileinfo_size
off_t -> uint64_t
This commit is contained in:
@@ -4790,7 +4790,7 @@ buf_check_timestamp (
|
||||
int helpmesg = FALSE;
|
||||
int reload = FALSE;
|
||||
int can_reload = FALSE;
|
||||
off_t orig_size = buf->b_orig_size;
|
||||
uint64_t orig_size = buf->b_orig_size;
|
||||
int orig_mode = buf->b_orig_mode;
|
||||
static int busy = FALSE;
|
||||
int n;
|
||||
|
Reference in New Issue
Block a user