mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Update AddLogicalImageTask.java
This commit is contained in:
parent
892a33e942
commit
e9fe824865
@ -411,14 +411,14 @@ final class AddLogicalImageTask implements Runnable {
|
||||
|
||||
//addLocalFile here
|
||||
fileImporter.addLocalFile(
|
||||
Paths.get(src.toString(), extractedFilePath).toFile(),
|
||||
filename,
|
||||
parentPath,
|
||||
Long.parseLong(ctime),
|
||||
Long.parseLong(crtime),
|
||||
Long.parseLong(atime),
|
||||
Long.parseLong(mtime),
|
||||
localFilesDataSource);
|
||||
Paths.get(src.toString(), extractedFilePath).toFile(),
|
||||
filename,
|
||||
parentPath,
|
||||
Long.parseLong(ctime),
|
||||
Long.parseLong(crtime),
|
||||
Long.parseLong(atime),
|
||||
Long.parseLong(mtime),
|
||||
localFilesDataSource);
|
||||
|
||||
lineNumber++;
|
||||
} // end reading file
|
||||
|
Loading…
x
Reference in New Issue
Block a user