Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix max length used when reading strings on APIC
When reading the format or description of the APIC it could fail because we were trying to read one byte too many. No unit test because I need a different type of ArrayFileReader, one that fails when trying to read data that wasn't previously loaded. Fix #22
- Loading branch information