X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6df9c7028a489578bc8593e56298cd869fcdc1fc..0835ffefb8a1f5387463b22e2e5f7e34d387d7b1:/shared.c diff --git a/shared.c b/shared.c index 1cd60a2..343a4f9 100644 --- a/shared.c +++ b/shared.c @@ -308,7 +308,8 @@ static int load_mmfile(mmfile_t *file, const unsigned char *sha1) file->ptr = (char *)""; file->size = 0; } else { - file->ptr = read_sha1_file(sha1, &type, &file->size); + file->ptr = read_sha1_file(sha1, &type, + (unsigned long *)&file->size); } return 1; }