commit | 144f4e8ca511ef699570bc0426d5969d2b903d77 | [log] [tgz] |
---|---|---|
author | Eric Whitney <enwlinux@gmail.com> | Mon Dec 02 23:37:02 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 02 23:37:08 2013 -0500 |
tree | 16a529940fcd27c52d4a00b9ab022aebe5bfbfe4 | |
parent | 3971bfe878d6c30f9b5be3a2c0310943982a4775 [diff] |
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>