Re: Try #3 for IDirectDrawSurface_GetSurfaceDesc error checking in ddraw test

2008-10-16 Thread Michael Karcher
Am Mittwoch, den 15.10.2008, 17:25 -0700 schrieb chris ahrendt: Michael / All here is the third go at the ddraw test... and the patch for that... Looks much better now, but two issues remains. note I went ahead and used the goto. As I suggested the approach, this is OK with me, but... @@

Re: Try #3 for IDirectDrawSurface_GetSurfaceDesc error checking in ddraw test

2008-10-16 Thread Roderick Colenbrander
Hi, Please use a consistent indenting style. Use the same one as used by the rest of the code and make sure not to mix up spaces and tabs. Roderick Michael / All here is the third go at the ddraw test... and the patch for that... note I went ahead and used the goto. Also I found an

Try #3 for IDirectDrawSurface_GetSurfaceDesc error checking in ddraw test

2008-10-15 Thread chris ahrendt
Michael / All here is the third go at the ddraw test... and the patch for that... note I went ahead and used the goto. Also I found an error in the test where it was allocating the buffer in one place and it did not free it. Now here is the curious thing... When I did the first run of the