mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
fix typo
This commit is contained in:
parent
bc35fdaef7
commit
c5ab222bdd
@ -245,7 +245,7 @@ public reportHTML (HashMap<BlackboardArtifact,ArrayList<BlackboardAttribute>> re
|
||||
}
|
||||
else if(type == 2 || type == 33 ){
|
||||
value = new java.text.SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(new java.util.Date ((tempatt.getValueLong())));
|
||||
if(value == null | "".equals(value)){
|
||||
if(value == null || "".equals(value)){
|
||||
value = tempatt.getValueString();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user