From 05a17d9a692d7ca3348691385407b26303be977c Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 3 Apr 2022 19:02:59 +0100 Subject: [PATCH] DiskII: fix build error when LOG_DISK_ENABLED = 1 --- source/DiskFormatTrack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/DiskFormatTrack.cpp b/source/DiskFormatTrack.cpp index 38d70156..f88cfff1 100644 --- a/source/DiskFormatTrack.cpp +++ b/source/DiskFormatTrack.cpp @@ -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