]> git.ipfire.org Git - thirdparty/tar.git/commit
Prefer other types to int in sparse.c
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 02:52:50 +0000 (19:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 06:47:23 +0000 (23:47 -0700)
commitef95115f61b898d1f63a63e3a6d6427c5c3526d4
treefc3681f1adf7115963e249a27e9c8639f6e2c1cc
parent41143ee46fae751c6a855cfc97c3f615b0715b18
Prefer other types to int in sparse.c

* src/sparse.c (oldgnu_get_sparse_info, star_get_sparse_info):
Prefer char for char.
src/sparse.c