mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix unhelpful message.
This commit is contained in:
@@ -29,7 +29,7 @@ static unsigned getTrackStep()
|
||||
{
|
||||
case DRIVETYPE_40TRACK:
|
||||
error(
|
||||
"you can't write an 80 track image to a 40 track "
|
||||
"you can't read/write an 80 track image from/to a 40 track "
|
||||
"drive");
|
||||
|
||||
case DRIVETYPE_80TRACK:
|
||||
@@ -37,7 +37,7 @@ static unsigned getTrackStep()
|
||||
|
||||
case DRIVETYPE_APPLE2:
|
||||
error(
|
||||
"you can't write an 80 track image to an Apple II "
|
||||
"you can't read/write an 80 track image from/to an Apple II "
|
||||
"drive");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user