mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-4376 Add setPackedOutput to Emit
This commit is contained in:
parent
d1dc48547e
commit
49af7f2db5
6 changed files with 36 additions and 10 deletions
|
@ -964,7 +964,9 @@ void IfcPrintCXml::execute(istream &s)
|
|||
|
||||
dcp->conf->print->setOutputStream(status->fileoptr);
|
||||
dcp->conf->print->setMarkup(true);
|
||||
dcp->conf->print->setPackedOutput(false);
|
||||
dcp->conf->print->docFunction(dcp->fd);
|
||||
*status->fileoptr << endl;
|
||||
dcp->conf->print->setMarkup(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue