]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: remove unnecessary uintmaxtostr usage in printf
authorCollin Funk <collin.funk1@gmail.com>
Wed, 17 Sep 2025 02:43:46 +0000 (19:43 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 17 Sep 2025 02:43:46 +0000 (19:43 -0700)
commit1efb539630d6fd45e2c92f094471d3760f5b6836
treea3c8005310d14c7261953618dd8c5ae19a21a1bb
parent168ae824f78d2e02b5d21680306bca8771bf7b2c
maint: remove unnecessary uintmaxtostr usage in printf

* src/comm.c (compare_files): Use the "%ju" printf directive instead of
"%s" and printing the result of umaxtostr.
* src/df.c (get_header): Likewise.
* src/ls.c (print_long_format): Likewise.
* src/sort.c (check): Likewise.
src/comm.c
src/df.c
src/ls.c
src/sort.c