mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-07 07:29:20 +00:00
Merge branch 'master' of ssh://github.com/AppleWin/AppleWin
This commit is contained in:
commit
3b9dc8d0f7
@ -665,7 +665,7 @@ int ParseSymbolTable(const std::string & pPathFileName, SymbolTable_Index_e eSym
|
|||||||
// TODO: Must check for buffer overflow !
|
// TODO: Must check for buffer overflow !
|
||||||
ConsolePrintFormat( sText, "%s%s"
|
ConsolePrintFormat( sText, "%s%s"
|
||||||
, CHC_PATH
|
, CHC_PATH
|
||||||
, pPathFileName
|
, pPathFileName.c_str()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -721,7 +721,7 @@ int ParseSymbolTable(const std::string & pPathFileName, SymbolTable_Index_e eSym
|
|||||||
, CHC_STRING
|
, CHC_STRING
|
||||||
, g_aSymbolTableNames[ iTable ]
|
, g_aSymbolTableNames[ iTable ]
|
||||||
, CHC_DEFAULT
|
, CHC_DEFAULT
|
||||||
, pPathFileName
|
, pPathFileName.c_str()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user