Skip to content

Commit

Permalink
Merge branch 'clean' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dqh-au committed Nov 5, 2024
2 parents 9b7c4ce + 6e691d6 commit f2b3934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vice/src/drive/iec/fdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ void fdd_seek_pulse(fd_drive_t *drv, int dir)
if (drv->image) {
/* don't do check on the "image" tracks here since this value for the
CMDFDs is logical not physical */
if (drv->image->type != DISK_IMAGE_TYPE_D1M &&
drv->image->type != DISK_IMAGE_TYPE_D2M &&
drv->image->type != DISK_IMAGE_TYPE_D4M) {
if (drv->image->type != DISK_IMAGE_TYPE_D1M &&
drv->image->type != DISK_IMAGE_TYPE_D2M &&
drv->image->type != DISK_IMAGE_TYPE_D4M) {
if (drv->drive->current_half_track > (drv->image->tracks * 2)) {
log_warning(LOG_DEFAULT, "disk image will get extended (%d tracks)",
drv->drive->current_half_track / 2);
Expand Down

0 comments on commit f2b3934

Please sign in to comment.