]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: fix placeholders when printing
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 18 Apr 2011 09:04:59 +0000 (12:04 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 22 Apr 2011 11:29:51 +0000 (14:29 +0300)
commit30f39fa07e630349a7e360f3f6e88352fa82b947
tree766dc8a6833b5fc41485d4d2fd150a73c94397cf
parent7bbdaf79cf766e87a53ec4e2b9aed2b29b956b55
fs-tests: integck: fix placeholders when printing

There is a lot of code where %u is used for printing off_t variables,
which may be actually 64-bit wide. Fix this by using %llu.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/fs-tests/integrity/integck.c