mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Merge remote-tracking branch 'origin/GP-0_dev747368_fix_filesystem_uniquenum_generation'
This commit is contained in:
commit
55d6e98686
@ -72,6 +72,7 @@ public class FileSystemIndexHelper<METADATATYPE> {
|
||||
public FileSystemIndexHelper(GFileSystem fs, FSRLRoot fsFSRL) {
|
||||
GFile rootGFile = GFileImpl.fromFSRL(fs, null, fsFSRL.withPath("/"), true, -1);
|
||||
rootDir = new FileData<>(rootGFile, null, -1);
|
||||
fileToEntryMap.put(rootDir.file, rootDir);
|
||||
directoryToListing.put(rootDir.file, new HashMap<>());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user