mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
ux: Make uncompiled magic files be compiled when analyzing files
This commit is contained in:
@@ -96,6 +96,8 @@ namespace hex {
|
||||
}
|
||||
|
||||
{
|
||||
magic::compile();
|
||||
|
||||
this->m_fileDescription = magic::getDescription(provider);
|
||||
this->m_mimeType = magic::getMIMEType(provider);
|
||||
this->m_dataValid = true;
|
||||
|
||||
Reference in New Issue
Block a user