mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
This pr updates the pattern language library to include two fixes. The first fix deal with local variables that are children of a structure, a union, a bitfield or an array losing their offsets when the parent's `setOffset()` is called. The second fix is that local variables of unions were being used as size contributors of the patterns place with said unions. Further details may be found in the pattern language pull requests for the files listed as changed in the PL submodule in this pr.