Re: [Kernel32]Test for Bug 21292: Createfile creating with illegal char in name (supercedes first patch)
17 Jan
2010
17 Jan
'10
1:19 p.m.
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.
5898
Age (days ago)
5898
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens