- Back out the previous change in order to maintain compatibility.
This commit is contained in:
+2
-2
@@ -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 > 255) {
|
||||
warnx("ERROR line %d: number of heads must be within (1-255)",
|
||||
} else if (dos_heads > 256) {
|
||||
warnx("ERROR line %d: number of heads must be within (1-256)",
|
||||
current_line_number);
|
||||
status = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user