]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/ehandler.c
Many files:
[thirdparty/e2fsprogs.git] / e2fsck / ehandler.c
index 96aedfb82cb18609191f3148770a3ed1d5ca5d53..4873a95e5df587e63a5098f2b7e5d3b3beb3b9f2 100644 (file)
@@ -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))