repository: fix typo'ed assert

This commit is contained in:
nulltoken 2011-07-05 11:00:32 -07:00
parent 0838ccc2fb
commit 7a44cc41f4

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