diff options
Diffstat (limited to 'src/stash.c')
-rw-r--r-- | src/stash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stash.c b/src/stash.c index fb5bb2e55..eae56966c 100644 --- a/src/stash.c +++ b/src/stash.c @@ -588,7 +588,7 @@ int git_stash_foreach( payload); if (error) { - GITERR_CALLBACK(error); + giterr_set_after_callback(error); break; } } |