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.


Reply via email to