mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Renamed Record class to DBRecord
This commit is contained in:
parent
89f46d1831
commit
fca5c2997b
305 changed files with 1902 additions and 1902 deletions
|
@ -93,7 +93,7 @@ public class FixLangId extends GhidraScript {
|
|||
Msg.showError(getClass(), null, "Script Error", "Bad program database!!");
|
||||
return false;
|
||||
}
|
||||
Record record = table.getRecord(new StringField(LANGUAGE_ID));
|
||||
DBRecord record = table.getRecord(new StringField(LANGUAGE_ID));
|
||||
if (record == null) { // must be in old style combined language/compiler spec format
|
||||
Msg.showError(getClass(), null, "Script Error",
|
||||
"Old program file! Language fix is not appropriate.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue