Cursor patches

H. Verbeet hverbeet at gmail.com
Mon Jul 24 18:01:50 CDT 2006


On 25/07/06, H. Verbeet <hverbeet at gmail.com> wrote:
> On 25/07/06, H. Verbeet <hverbeet at 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



More information about the wine-devel mailing list