summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 1e121bb..604cc7d 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -1066,8 +1066,8 @@ process_geometry(CMD *command)
warnx("ERROR line %d: number of heads not specified",
current_line_number);
status = 0;
- } else if (dos_heads > 256) {
- warnx("ERROR line %d: number of heads must be within (1-256)",
+ } else if (dos_heads > 255) {
+ warnx("ERROR line %d: number of heads must be within (1-255)",
current_line_number);
status = 0;
}
OpenPOWER on IntegriCloud