mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-03-09 16:30:42 +00:00
Fix printf warning. (PR #1118)
This commit is contained in:
parent
6f71cffcdd
commit
1095186c0c
@ -521,8 +521,8 @@ void __stdcall Disk2InterfaceCard::ControlStepper(WORD, WORD address, BYTE, BYTE
|
||||
{
|
||||
// take no action - can't find any titles that ever do this!
|
||||
const std::string msg = "Disk: ControlStepper() - adjacent magnets turned on\n";
|
||||
LogOutput(msg.c_str());
|
||||
LogFileOutput(msg.c_str());
|
||||
LogOutput("%s", msg.c_str());
|
||||
LogFileOutput("%s", msg.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user