diff options
Diffstat (limited to 'src/indexer.c')
| -rw-r--r-- | src/indexer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexer.c b/src/indexer.c index 1b2cd61e0..8912e8bf3 100644 --- a/src/indexer.c +++ b/src/indexer.c @@ -345,7 +345,7 @@ int git_indexer_run(git_indexer *idx, git_indexer_stats *stats) } /* FIXME: Parse the object instead of hashing it */ - error = git_odb__hash_obj(&oid, &obj); + error = git_odb__hashobj(&oid, &obj); if (error < GIT_SUCCESS) { error = git__rethrow(error, "Failed to hash object"); goto cleanup; |
