[go: nahoru, domu]

Skip to content

Commit

Permalink
minor change in ntfs-read.py to make it more human-readable (fortra#1683
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NtAlexio2 committed Apr 9, 2024
1 parent f8899e6 commit 25cbbfa
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 @@ -999,7 +999,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 25cbbfa

Please sign in to comment.