tps-parse
tps-parse copied to clipboard
Fix crash for special case when parsing BCD
Fixes an issue where, when parsing a BCD where all digits come after the decimal place, trimLeadingZeros() would attempt to substring the zero-length right-side digit string. (i.e. "" would be substring'd by -1)