aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r--util-linux/fsck_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index 3ebc58b1f..9c831bd59 100644
--- a/util-linux/fsck_minix.c
+++ b/util-linux/fsck_minix.c
@@ -445,7 +445,7 @@ static void read_block(unsigned int nr, char *addr)
445 return; 445 return;
446 } 446 }
447 if (BLOCK_SIZE * nr != lseek(IN, BLOCK_SIZE * nr, SEEK_SET)) { 447 if (BLOCK_SIZE * nr != lseek(IN, BLOCK_SIZE * nr, SEEK_SET)) {
448 printf("%s: unable to seek to block in file '%s'\n", 448 printf("%s: cannot seek to block in file '%s'\n",
449 bb_msg_read_error, current_name); 449 bb_msg_read_error, current_name);
450 errors_uncorrected = 1; 450 errors_uncorrected = 1;
451 memset(addr, 0, BLOCK_SIZE); 451 memset(addr, 0, BLOCK_SIZE);