On 25/07/06, H. Verbeet <hverbeet(a)gmail.com> wrote:
On 25/07/06, H. Verbeet <hverbeet(a)gmail.com> wrote:
Another update.
Ignore that. It doesn't actually work.
In riff_find_chunk():
*((DWORD *)ptr) + 2 == chunk_id
Should be:
*((DWORD *)ptr + 2) == chunk_id