Commit 6f1d23b2 by Vicent Marti

repository: Fix signed/unsigned comp.

parent 92e34fa6
......@@ -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);
......
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