]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: fix the way to print stat.st_size
authorMasatake YAMATO <yamato@redhat.com>
Thu, 10 Feb 2022 07:06:42 +0000 (16:06 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 10 Feb 2022 07:11:19 +0000 (16:11 +0900)
commite438aee7d10ebf3c50360c90a324b40df4906a93
treeaaeabcbc0a9b3315e1e7a0111289f5fedee78179
parent6c62faf14927a4f8aeaf04c4d0117fa6bd37d6a2
lsfd: fix the way to print stat.st_size

The format string was wrong and a proper cast operator was missed
for printing the member. See the example in stat(2).

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-file.c