]> git.ipfire.org Git - thirdparty/tar.git/commit
Fewer uses of size_t in misc.c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Nov 2024 02:53:25 +0000 (19:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 06:47:23 +0000 (23:47 -0700)
commitb73127edc482aadbabe0b072f1b3d03c22ddd2cc
tree7d4574dc88d8460894bb54b325026bf24e3ffe65
parentdd71d3796dd1a1a4c3936a1da44d3c22c4d3daa5
Fewer uses of size_t in misc.c

* src/misc.c (assign_string_n, quote_copy_string)
(normalize_filename, replace_prefix, remove_any_file)
(blocking_read, wd_alloc, wdcache_count, chdir_arg, chdir_do)
(read_diag_details, struct namebuf, namebuf_name):
Prefer idx_t to size_t.
src/common.h
src/misc.c