mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 06:16:12 +00:00
Replace StringCbPrintf() with StrFormat() (PR #1032)
This commit is contained in:
@@ -1611,7 +1611,7 @@ Update_t CmdVersion (int nArgs)
|
||||
|
||||
ConsolePrintFormat( sText, " Emulator: %s%s%s Debugger: %s%d.%d.%d.%d%s"
|
||||
, CHC_SYMBOL
|
||||
, VERSIONSTRING
|
||||
, g_VERSIONSTRING.c_str()
|
||||
, CHC_DEFAULT
|
||||
, CHC_SYMBOL
|
||||
, nMajor, nMinor, nFixMajor, nFixMinor
|
||||
|
||||
Reference in New Issue
Block a user