Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assumption that string is bool #2

Open
chris081888 opened this issue Jan 22, 2024 · 1 comment
Open

Assumption that string is bool #2

chris081888 opened this issue Jan 22, 2024 · 1 comment
Assignees

Comments

@chris081888
Copy link

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);

@VA7ODR
Copy link
Owner

VA7ODR commented Jun 23, 2024

This should be fixed now.

@VA7ODR VA7ODR self-assigned this Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants