diff options
Diffstat (limited to 'src/patch_parse.c')
| -rw-r--r-- | src/patch_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch_parse.c b/src/patch_parse.c index 46ecae73f..9421bb39b 100644 --- a/src/patch_parse.c +++ b/src/patch_parse.c @@ -956,7 +956,7 @@ static void patch_parsed__free(git_patch *p) git__free(patch); } -int git_patch_from_patchfile( +int git_patch_from_buffer( git_patch **out, const char *content, size_t content_len, |
