fixup! diff: consult oid-only hunk providers via diff.<driver>.process

seen
Junio C Hamano 2026-08-13 15:04:58 -07:00
parent 91c8989d4e
commit aaa5a1a9ef
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ static int validate_external_hunks(const struct xdl_hunk *hunks, size_t nr,
*/
static long blob_line_cap(struct repository *r, const struct object_id *oid)
{
unsigned long size;
size_t size;
struct object_info oi = OBJECT_INFO_INIT;

oi.sizep = &size;