]> git.ipfire.org Git - thirdparty/tar.git/commit
Prefer other types to int in compare.c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Nov 2024 16:40:36 +0000 (09:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 06:47:23 +0000 (23:47 -0700)
commit5a41310e579a951212d6f65524538e63a1fae4e7
treead26d7f5d75f261d13bcad9d859d5488d045d957
parent3357683933d2df86657b018d0176ce42e4148d55
Prefer other types to int in compare.c

* src/compare.c (get_stat_data, verify_volume):
Use bool for booleans.
(verify_volume): Count headers with intmax_t, not int.
src/compare.c