mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Less unnecessary copying
This commit is contained in:
@@ -336,7 +336,7 @@ namespace hex::magic {
|
||||
|
||||
if (pattern->matches(bytes)) {
|
||||
foundCorrectType = true;
|
||||
magicOffset = *address;
|
||||
magicOffset = address;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user