ref-filter: give uintmax_t to format with %PRIuMAX
commitf2ddd9e53f3202b70352d65eee60ad71581f129f
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2019 18:15:49 +0000 (10 10:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2019 18:15:49 +0000 (10 10:15 -0800)
treed9e731e718ae39aeead5b418dcb9d989f8be805a
parent59012fe5e8f7485a48544324054f24aebfff3b38
ref-filter: give uintmax_t to format with %PRIuMAX

As long as we are casting to a wider type, we should cast to the one
with the correct signed-ness.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c