diff options
| author | Patrick Steinhardt <ps@pks.im> | 2024-02-06 07:35:46 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-06 12:10:08 -0800 |
| commit | 81879123c32d06406de5bfaf68baf6029660ca2a (patch) | |
| tree | de72790ca9f01e54bcb7e0a1f73298939f771ae6 /reftable/reader.c | |
| parent | 47616c4399d958b8a9f40b1ad70071d2e3c56126 (diff) | |
| download | git-81879123c32d06406de5bfaf68baf6029660ca2a.tar.xz | |
reftable/stack: use `size_t` to track stack length
While the stack length is already stored as `size_t`, we frequently use
`int`s to refer to those stacks throughout the reftable library. Convert
those cases to use `size_t` instead to make things consistent.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reftable/reader.c')
0 files changed, 0 insertions, 0 deletions
