Re: [PATCH] dmusic: Variable spelling fix.

2012-05-10 Thread Christian Costa
2012/5/10 Andrew Eikum > On Thu, May 10, 2012 at 07:52:58AM +0200, Christian Costa wrote: > > static HRESULT read_from_stream(IStream *stream, void *data, ULONG size) > > { > > -ULONG readed; > > +ULONG read; > > HRESULT hr; > > > > -hr = IStream_Read(stream, data, size, &reade

Re: [PATCH] dmusic: Variable spelling fix.

2012-05-10 Thread Andrew Eikum
On Thu, May 10, 2012 at 07:52:58AM +0200, Christian Costa wrote: > static HRESULT read_from_stream(IStream *stream, void *data, ULONG size) > { > -ULONG readed; > +ULONG read; > HRESULT hr; > > -hr = IStream_Read(stream, data, size, &readed); > +hr = IStream_Read(stream, da