AiffTagWriter not handling when existing ID3chunk of odd size

Issue #94 resolved
IJabz repo owner created an issue

AiffTagWriter not handling when existing ID3chunk of odd size because padding bit means the ID3tag.getEndLocation() == RandomFile.getSize() test is failing, need to account for the padding byte.

Comments (2)

  1. Log in to comment