Files
git/reftable
Chandra Pratap 2a85906348 reftable: change the type of array indices to 'size_t' in reftable/pq.c
The variables 'i', 'j', 'k' and 'min' are used as indices for
'pq->heap', which is an array. Additionally, 'pq->len' is of
type 'size_t' and is often used to assign values to these
variables. Hence, change the type of these variables from 'int'
to 'size_t'.

Mentored-by: Patrick Steinhardt <ps@pks.im>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-08-01 09:07:28 -07:00
..
2024-06-14 10:26:33 -07:00
2024-05-08 10:18:43 -07:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2024-06-14 10:26:33 -07:00
2024-04-08 17:01:41 -07:00
2024-06-17 15:55:58 -07:00
2024-06-14 10:26:33 -07:00
2024-01-23 13:45:27 -08:00
2024-01-23 13:45:27 -08:00
2024-01-23 13:45:27 -08:00