mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-07 03:30:28 +00:00
Switch back to >=
This commit is contained in:
parent
a23c7321f5
commit
54708e5110
@ -396,7 +396,7 @@ apple2_dd_shift(apple2dd *drive, int pos)
|
||||
|
||||
drive->sector_pos += pos;
|
||||
|
||||
if (drive->sector_pos > ENC_ETRACK) {
|
||||
if (drive->sector_pos >= ENC_ETRACK) {
|
||||
// We need to reset the sector pos to zero, because...
|
||||
drive->sector_pos = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user