mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 07:52:43 +00:00
repository: Fix signed/unsigned comp.
This commit is contained in:
parent
92e34fa6d6
commit
6f1d23b29f
@ -427,7 +427,8 @@ static int retrieve_ceiling_directories_offset(const char *path, const char *cei
|
||||
static int read_gitfile(char *path_out, const char *file_path, const char *base_path)
|
||||
{
|
||||
git_fbuffer file;
|
||||
int error, end_offset;
|
||||
int error;
|
||||
size_t end_offset;
|
||||
char *data;
|
||||
|
||||
assert(path_out && file_path && base_path);
|
||||
|
Loading…
Reference in New Issue
Block a user