diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-01-20 17:17:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-01-21 14:20:30 -0800 |
commit | 1f054af72f509f1247687b91a360961b5d930869 (patch) | |
tree | 48ab62bae6ade91be386703d618241ce1fdd6923 /builtin/commit.c | |
parent | b1e4b6f4dc27481e8c07acc2e7629ae206d25f6c (diff) |
reftable/blocksource: adjust type of the block length
The block length is used to track the number of bytes available in a
specific block. As such, it is never set to a negative value, but is
still represented by a signed integer.
Adjust the type of the variable to be `size_t`.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions