mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-3472 - Fixed action enablement on BuiltIn archive node; fixed
spelling issue
This commit is contained in:
parent
13caf91a21
commit
163881be29
6 changed files with 42 additions and 50 deletions
|
@ -240,7 +240,7 @@ public class DataTypeWriter {
|
|||
if (throwExceptionOnInvalidType) {
|
||||
throw iae;
|
||||
}
|
||||
Msg.error(this, "Factory data types may not be written - type: " + dt, iae);
|
||||
Msg.error(this, "Factory data types may not be written - type: " + dt);
|
||||
}
|
||||
if (dt instanceof Pointer || dt instanceof Array || dt instanceof BitFieldDataType) {
|
||||
write(getBaseDataType(dt), monitor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue