mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
A couple of changes from the linux branch. (PR #1437)
* Fix printf format spec. * A fix from the MacOS build. --------- Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
@@ -635,7 +635,7 @@ int ParseSymbolTable(const std::string & pPathFileName, SymbolTable_Index_e eSym
|
||||
size_t nLen = strlen( sName );
|
||||
if (nLen > nMaxLen)
|
||||
{
|
||||
ConsolePrintFormat( " %sWarn.: %s%s %s(%s%d %s> %s%d%s)"
|
||||
ConsolePrintFormat( " %sWarn.: %s%s %s(%s%" SIZE_T_FMT " %s> %s%d%s)"
|
||||
, CHC_WARNING
|
||||
, CHC_SYMBOL
|
||||
, sName
|
||||
|
||||
Reference in New Issue
Block a user