Whamcloud - gitweb
libext2fs: fix printf conversion spec in tst_iscan.c
authorEric Whitney <enwlinux@gmail.com>
Tue, 3 Dec 2013 04:37:02 +0000 (23:37 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 Dec 2013 04:37:08 +0000 (23:37 -0500)
commit144f4e8ca511ef699570bc0426d5969d2b903d77
tree16a529940fcd27c52d4a00b9ab022aebe5bfbfe4
parent3971bfe878d6c30f9b5be3a2c0310943982a4775
libext2fs: fix printf conversion spec in tst_iscan.c

A recent patch to fix blk_t to blk64_t assignment mismatches in
e2fsprogs (commit 4dbfd79d1458ce1259b951377e341aeb6197f8c1) created
a printf conversion spec / argument type mismatch in tst_iscan.c.
Fix this to avoid truncation of the printed value and to silence
a compiler warning seen when "make check" is run.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/tst_iscan.c