diff options
Diffstat (limited to 'toolbox/nandread.c')
-rw-r--r-- | toolbox/nandread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/nandread.c b/toolbox/nandread.c index 4666f26..d43b2fe 100644 --- a/toolbox/nandread.c +++ b/toolbox/nandread.c @@ -158,7 +158,7 @@ int nandread_main(int argc, char **argv) printf("oobavail: %u\n", ecclayout.oobavail); } if (ecclayout.oobavail > spare_size) - printf("oobavail, %d > image spare size, %d\n", ecclayout.oobavail, spare_size); + printf("oobavail, %d > image spare size, %zu\n", ecclayout.oobavail, spare_size); ret = ioctl(fd, ECCGETSTATS, &initial_ecc); if (ret) { |