aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/ehandler.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1997-04-26 13:34:30 +0000
committerTheodore Ts'o <tytso@mit.edu>1997-04-26 13:34:30 +0000
commitf3db3566b5e1342e49dffc5ec3f418a838584194 (patch)
tree1f6c5daaee7f33beb697143a8891da8a55752dd6 /e2fsck/ehandler.c
parent6f4a109706f51ad11b9fff0983c140ab62549d2f (diff)
downloade2fsprogs-f3db3566b5e1342e49dffc5ec3f418a838584194.tar.gz
Many files:
Checkin of e2fsprogs 0.5b
Diffstat (limited to 'e2fsck/ehandler.c')
-rw-r--r--e2fsck/ehandler.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/e2fsck/ehandler.c b/e2fsck/ehandler.c
index 96aedfb8..4873a95e 100644
--- a/e2fsck/ehandler.c
+++ b/e2fsck/ehandler.c
@@ -44,10 +44,10 @@ static errcode_t e2fsck_handle_read_error(io_channel channel,
return 0;
}
if (operation)
- printf("Error reading block %ld (%s) while %s. ", block,
+ printf("Error reading block %lu (%s) while %s. ", block,
error_message(error), operation);
else
- printf("Error reading block %ld (%s). ", block,
+ printf("Error reading block %lu (%s). ", block,
error_message(error));
preenhalt();
if (ask("Ignore error", 1))
@@ -84,10 +84,10 @@ static errcode_t e2fsck_handle_write_error(io_channel channel,
}
if (operation)
- printf("Error writing block %ld (%s) while %s. ", block,
+ printf("Error writing block %lu (%s) while %s. ", block,
error_message(error), operation);
else
- printf("Error writing block %ld (%s). ", block,
+ printf("Error writing block %lu (%s). ", block,
error_message(error));
preenhalt();
if (ask("Ignore error", 1))