Commit 3827c923 by Vicent Martí

Merge pull request #305 from nulltoken/patch-6

repository: fix typo'ed assert
parents 0838ccc2 7a44cc41
......@@ -429,7 +429,7 @@ static int read_gitfile(char *path_out, const char *file_path, const char *base_
int error, end_offset;
char *data;
assert(path_out && file_path && path_out);
assert(path_out && file_path && base_path);
error = git_futils_readbuffer(&file, file_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