maint: remove unnecessary inttostr usage in printf
commit1ae98dbda7322427e8226356fd110d2553f5fac9
authorCollin Funk <collin.funk1@gmail.com>
Tue, 30 Jul 2024 04:16:36 +0000 (29 21:16 -0700)
committerPádraig Brady <P@draigBrady.com>
Tue, 30 Jul 2024 07:53:59 +0000 (30 08:53 +0100)
tree0dfb60e64c8fc8f416282e3c7deb163834916d43
parent83ec7a706a9f931e418ec6a084587b8995ca5388
maint: remove unnecessary inttostr usage in printf

* src/cksum.c (output_crc): Use '%ju' instead of umaxtostr.
* src/shred.c (dopass): Likewise.
* src/csplit.c (handle_line_error, regexp_error, close_output_file)
(parse_patterns): Use '%jd' instead of offtostr.
* src/tail.c (xlseek): Likewise.
* src/head.c (elseek): Likewise.
* src/group-list.c (gidtostr_ptr): Remove function.
(gidtostr): Remove macro.
(print_group): Use '%ju' instead of umaxtostr.
* src/id.c (gidtostr_ptr, uidtostr_ptr): Remove functions.
(gidtostr, uidtostr): Remove macros.
(print_user, print_full_info): Use '%ju' instead of umaxtostr.
* src/sort.c (specify_nmerge): Use '%u' instead of uinttostr.
src/cksum.c
src/csplit.c
src/group-list.c
src/head.c
src/id.c
src/shred.c
src/sort.c
src/tail.c