diff options
Diffstat (limited to 'tests/ubi-tests/io_read.c')
-rw-r--r-- | tests/ubi-tests/io_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ubi-tests/io_read.c b/tests/ubi-tests/io_read.c index f944a86..a6cc8f5 100644 --- a/tests/ubi-tests/io_read.c +++ b/tests/ubi-tests/io_read.c @@ -233,7 +233,7 @@ static int test_read2(const struct ubi_vol_info *vol_info, int len) continue; if (test_read3(vol_info, len, offsets[i])) { - errorm("offset = %d", offsets[i]); + errorm("offset = %ld", offsets[i]); return -1; } } |