check for the correct padding, INFO #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure if you're still maintaining this framework, but it has been a big help to me. Wanted to submit this small fix. It was writing odd length INFO chunks which is against the wave spec and crashes some apps. Thanks! Ryan
An odd byte length chunks exists that is not immediately followed by a NULL byte.
This could cause problems in reading subsequent chunks in some systems so add one more byte.
Thanks!