Merge branch 'master' of ssh://github.com/AppleWin/AppleWin
This commit is contained in:
commit
3b9dc8d0f7
1 changed files with 2 additions and 2 deletions
|
@ -665,7 +665,7 @@ int ParseSymbolTable(const std::string & pPathFileName, SymbolTable_Index_e eSym
|
|||
// TODO: Must check for buffer overflow !
|
||||
ConsolePrintFormat( sText, "%s%s"
|
||||
, CHC_PATH
|
||||
, pPathFileName
|
||||
, pPathFileName.c_str()
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -721,7 +721,7 @@ int ParseSymbolTable(const std::string & pPathFileName, SymbolTable_Index_e eSym
|
|||
, CHC_STRING
|
||||
, g_aSymbolTableNames[ iTable ]
|
||||
, CHC_DEFAULT
|
||||
, pPathFileName
|
||||
, pPathFileName.c_str()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue