ux: Make uncompiled magic files be compiled when analyzing files
This commit is contained in:
parent
e720b61df6
commit
5a2e2b1773
@ -96,6 +96,8 @@ namespace hex {
|
||||
}
|
||||
|
||||
{
|
||||
magic::compile();
|
||||
|
||||
this->m_fileDescription = magic::getDescription(provider);
|
||||
this->m_mimeType = magic::getMIMEType(provider);
|
||||
this->m_dataValid = true;
|
||||
|
Loading…
Reference in New Issue
Block a user