mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-20 14:11:02 +10:00
Code cleanup
This commit is contained in:
@@ -474,7 +474,7 @@ namespace DiscUtils.Ntfs
|
||||
{
|
||||
writer.WriteLine(prefix + " " + EntryAsString(entry, _file.BestName, _name));
|
||||
}
|
||||
|
||||
|
||||
if ((entry.Flags & IndexEntryFlags.Node) != 0)
|
||||
{
|
||||
NodeAsString(writer, prefix + " ", GetSubBlock(entry).Node, ":i" + entry.ChildrenVirtualCluster);
|
||||
|
||||
Reference in New Issue
Block a user