[NTFS]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 11 Oct 2014 18:03:48 +0000 (18:03 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 11 Oct 2014 18:03:48 +0000 (18:03 +0000)
Addendum to r64678

svn path=/trunk/; revision=64679

reactos/drivers/filesystems/ntfs/create.c

index cddabb4..e655406 100644 (file)
@@ -86,7 +86,7 @@ NtfsOpenFile(PDEVICE_EXTENSION DeviceExt,
     NTSTATUS Status;
     PWSTR AbsFileName = NULL;
 
-    DPRINT1("NtfsOpenFile(%p, %p, %S)\n", DeviceExt, FileObject, FileName);
+    DPRINT1("NtfsOpenFile(%p, %p, %S, %p)\n", DeviceExt, FileObject, FileName, FoundFCB);
 
     *FoundFCB = NULL;