Skip to content

Commit

Permalink
minor change in ntfs-read.py to make it more human-readable
Browse files Browse the repository at this point in the history
  • Loading branch information
NtAlexio2 committed Jan 12, 2024
1 parent 6c9a1aa commit 6cf02d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ntfs-read.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def __init__(self, volume):
cmd.Cmd.__init__(self)
self.volumePath = volume
self.volume = NTFS(volume)
self.rootINode = self.volume.getINode(5)
self.rootINode = self.volume.getINode(FILE_Root)
self.prompt = '\\>'
self.intro = 'Type help for list of commands'
self.currentINode = self.rootINode
Expand Down

0 comments on commit 6cf02d8

Please sign in to comment.