diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 85db0ab3c..8be5da6b7 100644 --- a/src/config.c +++ b/src/config.c @@ -521,7 +521,7 @@ static int git_config__find_file_to_path( if (path.size >= outlen) { giterr_set(GITERR_NOMEMORY, "Buffer is too short for the path"); - error = -1; + error = GIT_EBUFS; goto done; } |