diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-06-28 00:34:54 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-06-28 00:34:54 +0200 |
| commit | d400f1d5b2154f00f676b6b4e3c510f37de47573 (patch) | |
| tree | 5139c49281f5ddfc5dc1fac107a14dccba73d5cd /wrapper.c | |
| parent | 36e0a256fe79f87447bb730fda53e5cbc90eb47c (diff) | |
Update to libgit2 fa39975
Diffstat (limited to 'wrapper.c')
| -rw-r--r-- | wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ int _go_git_diff_foreach(git_diff *diff, int eachFile, int eachHunk, int eachLin lcb = (git_diff_line_cb)&diffForEachLineCb; } - return git_diff_foreach(diff, fcb, hcb, lcb, payload); + return git_diff_foreach(diff, fcb, NULL, hcb, lcb, payload); } void _go_git_setup_diff_notify_callbacks(git_diff_options *opts) { |
