diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-10-26 00:19:05 +0000 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-10-26 00:19:05 +0000 |
| commit | c13abc67a816b12bf7ccb4395de03c802a832eb5 (patch) | |
| tree | 565b3dd99c69d696b02a6cd4badd3fd917063760 /shared.c | |
| parent | add wiki support to cgit (diff) | |
| download | cgit-c13abc67a816b12bf7ccb4395de03c802a832eb5.tar.gz cgit-c13abc67a816b12bf7ccb4395de03c802a832eb5.tar.bz2 cgit-c13abc67a816b12bf7ccb4395de03c802a832eb5.zip | |
Diffstat (limited to 'shared.c')
| -rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ static int load_mmfile(mmfile_t *file, const struct object_id *oid) file->ptr = (char *)""; file->size = 0; } else { - file->ptr = repo_read_object_file(the_repository, oid, &type, + file->ptr = odb_read_object(the_repository->objects, oid, &type, (unsigned long *)&file->size); } return 1; |