]> git.ipfire.org Git - thirdparty/tar.git/commit
Prefer other types to int in map.c
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 01:51:05 +0000 (18:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 06:47:23 +0000 (23:47 -0700)
commit53a369109216ea44c931c1a136146dc45954bfc7
tree71a948c08795e246339a17adc9c6bbb31213f62d
parent91ad4ea343798fd27aefb7a44fc8ddff9ef8f761
Prefer other types to int in map.c

* src/map.c (map_read): Prefer bool for booleans.
(owner_map_translate, group_map_translate):
Return void, not int, as nobody uses the return value.
src/common.h
src/map.c