JStruct icon indicating copy to clipboard operation
JStruct copied to clipboard

Added support for 'b' and 'B' data formats to the lenEst() function

Open ImperialCrise opened this issue 1 year ago • 0 comments

I added support for the 'b' and 'B' data formats to the lenEst() function in order to correctly calculate the estimated length of binary formatting data. The 'b' and 'B' data formats are used for unsigned bytes.

I have tested the changes and confirm that they work correctly. Thank you for considering this pull merge request.

ImperialCrise avatar Apr 04 '23 09:04 ImperialCrise