mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
includes/std: Fixed "unknown function fm" error was shown in pattern data. (#225)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace auto type
|
||||
{
|
||||
fn format_magic(ref auto magic)
|
||||
{
|
||||
return fm(magic.value);
|
||||
return type::fm(magic.value);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user