Fix sections entropy display

This commit is contained in:
Florian Märkl 2022-06-22 20:36:20 +02:00 committed by Giovanni
parent cb26142398
commit 5b777b8202

View File

@ -3420,7 +3420,6 @@ QList<SectionDescription> CutterCore::getAllSections()
section.entropy = rz_str_get(entropy); section.entropy = rz_str_get(entropy);
ht_pp_free(digests); ht_pp_free(digests);
} }
section.entropy = "";
sections << section; sections << section;
} }