Renamed Record class to DBRecord

This commit is contained in:
ghidra1 2020-12-28 13:34:09 -05:00
parent 89f46d1831
commit fca5c2997b
305 changed files with 1902 additions and 1902 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.");