mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-06 02:29:21 +00:00
Fix signed/unsigned comparison warning
Signed-off-by: Vicent Marti <tanoku@gmail.com>
This commit is contained in:
parent
b5e567b9fc
commit
e08b246cec
@ -11,7 +11,7 @@
|
||||
struct test_entry {
|
||||
unsigned int index;
|
||||
char path[128];
|
||||
size_t file_size;
|
||||
git_off_t file_size;
|
||||
time_t mtime;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user