diff options
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 58e93bb92..f28d4fdd2 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -511,7 +511,7 @@ static sector_t bb_BLKGETSIZE_sectors(int fd) | |||
511 | * we support can't record more than 32 bit | 511 | * we support can't record more than 32 bit |
512 | * sector counts or offsets | 512 | * sector counts or offsets |
513 | */ | 513 | */ |
514 | bb_error_msg("device has more than 2^32 sectors, can't use all of them"); | 514 | bb_simple_error_msg("device has more than 2^32 sectors, can't use all of them"); |
515 | v64 = (uint32_t)-1L; | 515 | v64 = (uint32_t)-1L; |
516 | } | 516 | } |
517 | return v64; | 517 | return v64; |