mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00: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