OSDN Git Service

mft.c: Fix compiler warning about mismatching format/argument type.
authorErik Larsson <mechie@users.sourceforge.net>
Thu, 11 Feb 2016 12:52:59 +0000 (13:52 +0100)
committerErik Larsson <mechie@users.sourceforge.net>
Thu, 11 Feb 2016 12:52:59 +0000 (13:52 +0100)
commitabb226614775d870bee474ef084850957ddc8d3f
tree350549f8e6757e47a6a5726f8bf2af143888a421
parent33cb3087b590637c6b471d7339037b7ff2322b08
mft.c: Fix compiler warning about mismatching format/argument type.

The expression is promoted to 'int' implicitly so we explicitly cast it
to 'u8'.
libntfs-3g/mft.c