mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 06:47:53 +00:00
repository: fix typo'ed assert
This commit is contained in:
parent
0838ccc2fb
commit
7a44cc41f4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user