X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftest%2Fao_fat_test.c;fp=src%2Ftest%2Fao_fat_test.c;h=dc6337fc29b917e4987a443297623d680523617d;hb=407086a6b36032f0c780d3b3e94101fa96a1c900;hp=63be71c6b378b6b0424bf7cc3ff708ce278a5dc4;hpb=db58d8c58fd6dcb4d153d85e3fd37d59956c84db;p=fw%2Faltos diff --git a/src/test/ao_fat_test.c b/src/test/ao_fat_test.c index 63be71c6..dc6337fc 100644 --- a/src/test/ao_fat_test.c +++ b/src/test/ao_fat_test.c @@ -485,7 +485,7 @@ long_test_fs(void) } } - printf ("\n **** Write IO: read %llu write %llu data sectors %llu\n", total_reads, total_writes, (total_file_size + 511) / 512); + printf ("\n **** Write IO: read %lu write %lu data sectors %lu\n", total_reads, total_writes, (total_file_size + 511) / 512); check_bufio("all files created"); printf (" **** All done creating files\n"); @@ -518,7 +518,7 @@ long_test_fs(void) check_bufio("file shown"); } } - printf ("\n **** Read IO: read %llu write %llu\n", total_reads, total_writes); + printf ("\n **** Read IO: read %lu write %lu\n", total_reads, total_writes); } char *params[] = {