Skip to content

Assumption that string is bool #2

@chris081888

Description

@chris081888

String is being assumed as bool in writeXML

sdstring document::writeXML(const sdstring &rootElem, bool bPretty, bool bTabs, PREWRITEPTR preWriter) <--- should be calling this

sdstring document::writeXML(bool bPretty, bool bTabs, PREWRITEPTR preWriter) <-- Calls this instead

dDoc.writeXML("random string", true);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions