mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NTFS]
*UpdateFileRecord() - Fix a DPRINT svn path=/branches/GSoC_2016/NTFS/; revision=72423
This commit is contained in:
committed by
Thomas Faber
parent
8b893c8e30
commit
6ab3072098
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user