mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
bug in size function
This commit is contained in:
parent
921d6c6f7c
commit
481099dedd
@ -154,7 +154,7 @@ final public class CommonAttributeSearchResults {
|
|||||||
|
|
||||||
int count = 0;
|
int count = 0;
|
||||||
for (CommonAttributeValueList data : this.instanceCountToAttributeValues.values()) {
|
for (CommonAttributeValueList data : this.instanceCountToAttributeValues.values()) {
|
||||||
for(CommonAttributeValue md5 : data.getMetadataList()){
|
for(CommonAttributeValue md5 : data.getDelayedMetadataList()){
|
||||||
count += md5.getInstanceCount();
|
count += md5.getInstanceCount();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user