tps-parse icon indicating copy to clipboard operation
tps-parse copied to clipboard

Fix crash for special case when parsing BCD

Open Trinitek opened this issue 8 years ago • 0 comments

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)

Trinitek avatar Apr 04 '17 17:04 Trinitek