mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 03:16:37 +00:00
No longer deferring hint to wrapped device.
This commit is contained in:
@@ -47,7 +47,7 @@ public class BlockToTrackSectorAdapter implements TrackSectorDevice {
|
||||
|
||||
@Override
|
||||
public boolean is(Hint hint) {
|
||||
return device.is(hint);
|
||||
return hint == Hint.PRODOS_BLOCK_ORDER;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user