DiskII: fix build error when LOG_DISK_ENABLED = 1

This commit is contained in:
tomcw 2022-04-03 19:02:59 +01:00
parent e97be1b836
commit 05a17d9a69
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ void FormatTrack::DecodeLatchNibble(BYTE floppylatch, bool bIsWrite, bool bIsSyn
addrPrologue, m_VolTrkSecChk[0], m_VolTrkSecChk[1], m_VolTrkSecChk[2], m_VolTrkSecChk[3], chk?"":"(bad)");
if (!m_bSuppressReadD5AAxxDetected)
{
LOG_DISK("%s\r\n", str);
LOG_DISK("%s\r\n", m_strReadD5AAxxDetected);
}
}
#endif