Merge pull request #305 from nulltoken/patch-6

repository: fix typo'ed assert
This commit is contained in:
Vicent Martí 2011-07-05 12:32:20 -07:00
commit 3827c923b8

View File

@ -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);