leethomason / tinyxml2

TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
zlib License
5.09k stars 1.83k forks source link

Using IntText(); #957

Closed ajtruckle closed 1 year ago

ajtruckle commented 1 year ago

I have a problem with using IntText();.

If the value as leading zeros ..., eg: 099 it is failing and returning 0 instead of 99.

ajtruckle commented 1 year ago

Ignore - was bug in my code.