fix: More search issues

This commit is contained in:
WerWolv
2022-08-06 13:16:53 +02:00
parent 3dc5f0e2be
commit a97f853110
2 changed files with 28 additions and 0 deletions

View File

@@ -300,6 +300,8 @@ namespace hex::plugin::builtin {
matchedBytes = 0;
}
} else {
if (matchedBytes > 0)
it -= matchedBytes;
matchedBytes = 0;
}
}