mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1975
Problem: On MS-Windows large files (> 2Gbyte) cause problems. Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct stat". Use 64 bit system functions if available. (Ken Takata)
This commit is contained in:
@@ -1751,7 +1751,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 */
|
||||
off_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