Skip to content

Commit

Permalink
Fixed MinGW build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Jan 19, 2024
1 parent 2f0d524 commit e7cd59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulator/Peripherals/Drive/FloppyDisk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ FloppyDisk::encodeDisk(const FloppyFile &file)
void
FloppyDisk::shiftTracks(isize offset)
{
debug(true, "Shifting tracks by %zd bytes against each other\n", offset);
debug(DSK_DEBUG, "Shifting tracks by %ld bytes against each other\n", offset);

u8 spare[2 * 32768];

Expand Down

0 comments on commit e7cd59f

Please sign in to comment.