Commit e08b246c by Vicent Marti

Fix signed/unsigned comparison warning

Signed-off-by: Vicent Marti <tanoku@gmail.com>
parent b5e567b9
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
struct test_entry { struct test_entry {
unsigned int index; unsigned int index;
char path[128]; char path[128];
size_t file_size; git_off_t file_size;
time_t mtime; time_t mtime;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment