mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-03-17 07:29:40 +00:00
[PVS-Studio] Fix false positive extra parameters to wsprintf() in CmdBreakOpcode()
This commit is contained in:
parent
2f645d68f4
commit
56c52beac9
@ -938,8 +938,6 @@ Update_t CmdBreakOpcode (int nArgs) // Breakpoint IFF Full-speed!
|
||||
// Show what the current break opcode is
|
||||
wsprintf( sText, TEXT("%s full speed Break on Opcode: None")
|
||||
, sAction
|
||||
, g_iDebugBreakOnOpcode
|
||||
, g_aOpcodes65C02[ g_iDebugBreakOnOpcode ].sMnemonic
|
||||
);
|
||||
else
|
||||
// Show what the current break opcode is
|
||||
|
Loading…
x
Reference in New Issue
Block a user