1
0
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:
Ann Priestman
2020-07-22 13:47:10 -04:00
committed by GitHub

View File

@@ -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;
}
}