diff options
author | Russell Belfer <rb@github.com> | 2013-12-09 09:44:03 -0800 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2013-12-11 10:57:50 -0800 |
commit | 26c1cb91beccb44425864bd233ed0e35f5801868 (patch) | |
tree | 378f665d0adebca36a14a590f2103f2e5cd6c9ac /src/diff_patch.c | |
parent | f10d7a368fa4af28b1e6f082349ffa4f62b3c00e (diff) | |
download | libgit2-26c1cb91beccb44425864bd233ed0e35f5801868.tar.gz |
One more rename/cleanup for callback err functions
Diffstat (limited to 'src/diff_patch.c')
-rw-r--r-- | src/diff_patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_patch.c b/src/diff_patch.c index 11f02478d..9c2eb885f 100644 --- a/src/diff_patch.c +++ b/src/diff_patch.c @@ -202,7 +202,7 @@ static int diff_patch_invoke_file_callback( if (!output->file_cb) return 0; - return giterr_set_callback( + return giterr_set_after_callback_function( output->file_cb(patch->delta, progress, output->payload), "git_patch"); } |