mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTFS]
*UpdateFileRecord() - Fix a DPRINT svn path=/branches/GSoC_2016/NTFS/; revision=72423
This commit is contained in:
parent
8b893c8e30
commit
6ab3072098
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,7 @@ UpdateFileRecord(PDEVICE_EXTENSION Vcb,
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("UpdateFileRecord failed: %I64u written, %lu expected\n", BytesWritten, Vcb->NtfsInfo.BytesPerFileRecord);
|
||||
DPRINT1("UpdateFileRecord failed: %lu written, %lu expected\n", BytesWritten, Vcb->NtfsInfo.BytesPerFileRecord);
|
||||
}
|
||||
|
||||
// remove the fixup array (so the file record pointer can still be used)
|
||||
|
|
Loading…
Reference in a new issue