diff options
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ static int load_mmfile(mmfile_t *file, const struct object_id *oid) | |||
239 | file->ptr = (char *)""; | 239 | file->ptr = (char *)""; |
240 | file->size = 0; | 240 | file->size = 0; |
241 | } else { | 241 | } else { |
242 | file->ptr = read_sha1_file(oid->hash, &type, | 242 | file->ptr = read_object_file(oid, &type, |
243 | (unsigned long *)&file->size); | 243 | (unsigned long *)&file->size); |
244 | } | 244 | } |
245 | return 1; | 245 | return 1; |