mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
patterns: Fix endian settings not applying to char16
This commit is contained in:
@@ -1090,6 +1090,7 @@ namespace hex::lang {
|
||||
}
|
||||
|
||||
pattern->setVariableName(node->getName().data());
|
||||
pattern->setEndian(this->getCurrentEndian());
|
||||
|
||||
return this->evaluateAttributes(node, pattern);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user