mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-17 21:00:10 +10:00
Small fixes
This commit is contained in:
@@ -617,7 +617,7 @@ namespace Patcher
|
||||
// Patch bytes in buffer
|
||||
System.Buffer.BlockCopy(Bytes, 0, FileBuffer, (int)RawOffset, Bytes.Length);
|
||||
|
||||
// Add patch to defintions (original and patched bytes)
|
||||
// Add patch to definitions (original and patched bytes)
|
||||
Patch CurrentPatch = FilePatchCollection.Patches.Find(p => p.Address == RawOffset);
|
||||
if (CurrentPatch == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user