From 5b777b820203f554338f387bc05c8c42e0763ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Wed, 22 Jun 2022 20:36:20 +0200 Subject: [PATCH] Fix sections entropy display --- src/core/Cutter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/Cutter.cpp b/src/core/Cutter.cpp index fc9ad1bd..1c19fc70 100644 --- a/src/core/Cutter.cpp +++ b/src/core/Cutter.cpp @@ -3420,7 +3420,6 @@ QList CutterCore::getAllSections() section.entropy = rz_str_get(entropy); ht_pp_free(digests); } - section.entropy = ""; sections << section; }