projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[NTFS]
[reactos.git]
/
drivers
/
filesystems
/
ntfs
/
attrib.c
diff --git
a/drivers/filesystems/ntfs/attrib.c
b/drivers/filesystems/ntfs/attrib.c
index
9608d1d
..
e862590
100644
(file)
--- a/
drivers/filesystems/ntfs/attrib.c
+++ b/
drivers/filesystems/ntfs/attrib.c
@@
-509,6
+509,8
@@
NtfsDumpAttribute(PDEVICE_EXTENSION Vcb,
DbgPrint(" logical clusters: %I64u - %I64u\n",
lcn, lcn + runcount - 1);
}
+ else
+ DbgPrint(" %u bytes of data\n", Attribute->Resident.ValueLength);
}
}