mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-15 15:32:59 +00:00
Merge pull request #6118 from markmckinnon/6642-prefetch-associated-object-is-not-consistent-4-16
6642-prefetch-associated-object-is-not-consistent-4-16
This commit is contained in:
@@ -380,7 +380,7 @@ final class ExtractPrefetch extends Extract {
|
||||
|
||||
for (AbstractFile pFile : files) {
|
||||
|
||||
if (pFile.getParentPath().toLowerCase().contains(filePath.toLowerCase())) {
|
||||
if (pFile.getParentPath().toLowerCase().endsWith(filePath.toLowerCase() + '/')) {
|
||||
return pFile;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user