]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: fix a printf format compiler warning on 64-bit architectures
authorTheodore Ts'o <tytso@mit.edu>
Fri, 27 Jan 2023 20:54:14 +0000 (15:54 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Jan 2023 20:54:14 +0000 (15:54 -0500)
commit9d25847b3ce3df3adaa20a466af9fb7af287a567
tree4eed825c782c6aa24434a525de66c117ab2dcfc7
parent0352d353adbe6c5d6f1937e12c66e599b8657d72
debugfs: fix a printf format compiler warning on 64-bit architectures

Sometimes the only way to shut up a compiler warning is to use
a cast. :-(

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/logdump.c