diff options
Diffstat (limited to 'misc/badblocks.c')
-rw-r--r-- | misc/badblocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/badblocks.c b/misc/badblocks.c index 88c5a745..29c5a5c7 100644 --- a/misc/badblocks.c +++ b/misc/badblocks.c @@ -1012,7 +1012,7 @@ int main (int argc, char ** argv) } } else from_count = 0; if (from_count >= last_block) { - com_err (program_name, 0, _("invalid starting block (%d): must be less than %lu"), + com_err (program_name, 0, _("invalid starting block (%lu): must be less than %lu"), (unsigned long) from_count, (unsigned long) last_block); exit (1); } |