Fix for previous commit 05a17d9 - pass a c-string

This commit is contained in:
tomcw 2022-04-03 19:31:42 +01:00
parent 05a17d9a69
commit 5b50d784d7
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", m_strReadD5AAxxDetected);
LOG_DISK("%s\r\n", m_strReadD5AAxxDetected.c_str());
}
}
#endif