On 25/07/06, H. Verbeet <[EMAIL PROTECTED]> wrote:
On 25/07/06, H. Verbeet <[EMAIL PROTECTED]> 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
