Fix parsing of unsigned integers
The code used to use atoi() to parse unsigned integer values from XML strings. Use the proper functions instead.
Please register or sign in to comment
The code used to use atoi() to parse unsigned integer values from XML strings. Use the proper functions instead.