Renamed Record class to DBRecord

This commit is contained in:
ghidra1 2020-12-28 13:30:36 -05:00
parent 04276e9522
commit db1e3d1b62
305 changed files with 1902 additions and 1959 deletions

View file

@ -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.");