mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
patterns/ntag: Fixed Length type transform function
This commit is contained in:
@@ -77,7 +77,7 @@ struct Length {
|
||||
u8 length;
|
||||
} [[sealed, transform("transform_length"), format("transform_length")]];
|
||||
|
||||
fn transform_length(Length length) {
|
||||
fn transform_length(ref auto length) {
|
||||
return length.length;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user