diff options
Diffstat (limited to 'src/pack.c')
-rw-r--r-- | src/pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.c b/src/pack.c index 40b3ca77c..a4e506945 100644 --- a/src/pack.c +++ b/src/pack.c @@ -508,7 +508,7 @@ static int packfile_open(struct git_pack_file *p) assert(p->index_map.data); - if (!p->index_map.data && pack_index_open(p) < GIT_SUCCESS) + if (!p->index_map.data && pack_index_open(p) < 0) return git_odb__error_notfound("failed to open packfile"); /* TODO: open with noatime */ |