mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
patterns: Make std::mem::find_sequence_in_range return -1 when no sequence is found
This commit is contained in:
@@ -139,7 +139,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
}
|
||||
|
||||
LogConsole::abortEvaluation("failed to find sequence");
|
||||
return i128(-1);
|
||||
});
|
||||
|
||||
/* read_unsigned(address, size) */
|
||||
|
||||
Reference in New Issue
Block a user