From 5a2e2b1773bce6a867cf1dd10b27bd9fa092f762 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 3 Dec 2021 21:07:07 +0100 Subject: [PATCH] ux: Make uncompiled magic files be compiled when analyzing files --- source/views/view_information.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/views/view_information.cpp b/source/views/view_information.cpp index c270eb942..28714ed23 100644 --- a/source/views/view_information.cpp +++ b/source/views/view_information.cpp @@ -96,6 +96,8 @@ namespace hex { } { + magic::compile(); + this->m_fileDescription = magic::getDescription(provider); this->m_mimeType = magic::getMIMEType(provider); this->m_dataValid = true;