]> git.ipfire.org Git - thirdparty/tar.git/commit
Prefer other types to int in checkpoint.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)
commit3357683933d2df86657b018d0176ce42e4148d55
treed982785b4c6367b6f60a01c745d62829c6b0511f
parenta337cd35a0c461bd3c434dcf39aee29a99b35a39
Prefer other types to int in checkpoint.c

* src/checkpoint.c (checkpoint_state): Now enum, not int.
(tty_cleanup): Now bool, not int.
src/checkpoint.c