Whamcloud - gitweb
libext2fs: fix printf conversion spec in tst_iscan.c
[tools/e2fsprogs.git] / lib / ext2fs / tst_iscan.c
index a95296c..70bfbec 100644 (file)
@@ -182,7 +182,7 @@ static void check_map(void)
 
        for (i=0; test_vec[i]; i++) {
                if (ext2fs_test_block_bitmap2(touched_map, test_vec[i])) {
-                       printf("Bad block was touched --- %u\n", test_vec[i]);
+                       printf("Bad block was touched --- %llu\n", test_vec[i]);
                        failed++;
                        first_no_comma = 1;
                }