mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Suggestions from github issue #382
This commit is contained in:
parent
ba98e85429
commit
933e16f751
10 changed files with 19 additions and 17 deletions
|
@ -100,7 +100,7 @@ void IfcLoadFile::execute(istream &s)
|
|||
#ifdef OPACTION_DEBUG
|
||||
dcp->conf->setDebugStream(status->optr);
|
||||
#endif
|
||||
*status->optr << filename << " successfully loaded: " << dcp->conf->description << endl;
|
||||
*status->optr << filename << " successfully loaded: " << dcp->conf->getDescription() << endl;
|
||||
}
|
||||
|
||||
void IfcAddpath::execute(istream &s)
|
||||
|
@ -162,7 +162,7 @@ void IfcRestore::execute(istream &s)
|
|||
#ifdef OPACTION_DEBUG
|
||||
dcp->conf->setDebugStream(status->optr);
|
||||
#endif
|
||||
*status->optr << savefile << " successfully loaded: " << dcp->conf->description << endl;
|
||||
*status->optr << savefile << " successfully loaded: " << dcp->conf->getDescription() << endl;
|
||||
}
|
||||
|
||||
int main(int argc,char **argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue