Fix some format errors. (PR #1042)

This commit is contained in:
Andrea
2022-02-26 17:15:09 +00:00
committed by GitHub
parent 5a5d0e2df4
commit 9ad6b11cf9
5 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -4163,7 +4163,7 @@ Update_t CmdMemoryLoad (int nArgs)
CmdConfigGetDebugDir( 0 );
ConsoleBufferPushFormat( "File: ", g_sMemoryLoadSaveFileName.c_str() );
ConsoleBufferPushFormat( "File: %s", g_sMemoryLoadSaveFileName.c_str() );
}
return ConsoleUpdate();
@@ -7479,7 +7479,7 @@ int FindCommand( LPCTSTR pName, CmdFuncPtr_t & pFunction_, int * iCommand_ )
//===========================================================================
void DisplayAmbigiousCommands( int nFound )
{
ConsolePrintFormat("Ambiguous %s%d%s Commands:"
ConsolePrintFormat("Ambiguous %s%" SIZE_T_FMT "%s Commands:"
, CHC_NUM_DEC
, g_vPotentialCommands.size()
, CHC_DEFAULT