mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/Ghidra_10.2'
This commit is contained in:
commit
2115df00a8
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ public class FieldIndexTable extends IndexTable {
|
||||||
DBRecord rec = primaryTable.getRecord(f.getPrimaryKey());
|
DBRecord rec = primaryTable.getRecord(f.getPrimaryKey());
|
||||||
val = rec.getField(indexColumn);
|
val = rec.getField(indexColumn);
|
||||||
}
|
}
|
||||||
if (val.compareTo(min.getNonTruncatedIndexField()) > 0) {
|
if (val.compareTo(max.getNonTruncatedIndexField()) > 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue