j123b567 / java-intelhex-parser

Java IntelHex parser library
15 stars 13 forks source link

Parser: fix parsing problem for length as minus #8

Closed minq-park-lge closed 3 years ago

minq-park-lge commented 3 years ago

If record has a FF length, then Parser recognize it as -1 So casting is needed for these kind of cases

this closes #7

minq-park-lge commented 3 years ago

@j123b567 Please review my PR.

j123b567 commented 3 years ago

Thank you for reporting the problem. Solved differently.