mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 22:09:15 +00:00
Merge pull request #3515 from jacquesg/unsigned-signed
Fix <0 unsigned comparison (stat.st_size should be an off_t)
This commit is contained in:
commit
66e4e6da59
@ -28,7 +28,7 @@ struct p_stat {
|
||||
short st_uid;
|
||||
short st_gid;
|
||||
_dev_t st_rdev;
|
||||
uint64_t st_size;
|
||||
__int64 st_size;
|
||||
struct timespec st_atim;
|
||||
struct timespec st_mtim;
|
||||
struct timespec st_ctim;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user