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:
Andrea
2025-09-28 22:00:00 +01:00
committed by GitHub
parent 0128c57fab
commit 2081116322
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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