mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 12:11:55 +00:00
Merge remote-tracking branch 'origin/GP-2164-dragonmacher-paste-bytes-message' into patch
This commit is contained in:
commit
d1e39027c3
@ -447,7 +447,7 @@ public abstract class ByteCopier {
|
||||
}
|
||||
address = address.next();
|
||||
}
|
||||
return foundError;
|
||||
return !foundError;
|
||||
}
|
||||
|
||||
private boolean confirmPaste(String validString) {
|
||||
|
Loading…
Reference in New Issue
Block a user