mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
add comments
This commit is contained in:
parent
25700ce622
commit
af3d429386
@ -394,6 +394,8 @@ class SevenZipExtractor {
|
||||
String ext = archName.substring(dotI);
|
||||
int colonIndex = ext.lastIndexOf(":");
|
||||
if (colonIndex != -1) {
|
||||
// If alternate data stream is found, fix the name
|
||||
// so Windows doesn't choke on the colon character.
|
||||
useName = base + ext.substring(0, colonIndex);
|
||||
} else {
|
||||
switch (ext) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user