diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-12-06 11:27:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-06 20:20:04 +0900 |
commit | 8108d1ac948c1029b29d8180dd5dbfdc5f2efb38 (patch) | |
tree | 6fac8c63a9cf1aa5813f08081a63a865e71c1016 /commit.c | |
parent | 80c9e70ebe871f0826bc101142c66ff783405100 (diff) |
daemon: fix loops that have mismatching integer types
We have several loops in "daemon.c" that use a signed integer to loop
through a `size_t`. Adapt them to instead use a `size_t` as counter
value.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions