[Kernel32]Test for Bug 21292: Createfile creating with illegal char in name (supercedes first patch)

Paul Vriens paul.vriens.wine at gmail.com
Sun Jan 17 13:19:33 CST 2010


Hi Uwe,

On 01/17/2010 03:56 PM, Uwe Bonnes wrote:
> +    if (hFile != INVALID_HANDLE_VALUE)
> +      {
> +	CloseHandle( hFile );
> +	DeleteFileA("test/");
> +      }

Indentation is a bit off here (probably because you are mixing tabs and 
spaces). The rest of your patch also mixes tabs and spaces. This file 
mostly uses spaces so please do that as well.

FWIW, the file that is created doesn't have the slash.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list