mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTFS]
Addendum to r64678 svn path=/trunk/; revision=64679
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user