X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftest%2Fao_fat_test.c;h=63be71c6b378b6b0424bf7cc3ff708ce278a5dc4;hb=master;hp=d1309024063270a99f3ac6ec507236e1c00bed4f;hpb=2f7015afcca7c6042365d2124d3a5b7219e8e588;p=fw%2Faltos diff --git a/src/test/ao_fat_test.c b/src/test/ao_fat_test.c index d1309024..dc6337fc 100644 --- a/src/test/ao_fat_test.c +++ b/src/test/ao_fat_test.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -484,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"); @@ -517,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[] = {