patterns: Fix endian settings not applying to char16

This commit is contained in:
WerWolv
2021-08-29 11:10:48 +02:00
parent a7e2c06bc4
commit f60f9f9fc9
4 changed files with 61 additions and 6 deletions

View File

@@ -1090,6 +1090,7 @@ namespace hex::lang {
}
pattern->setVariableName(node->getName().data());
pattern->setEndian(this->getCurrentEndian());
return this->evaluateAttributes(node, pattern);
}