mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-0 fix definedstringiterator missing first struct field
This commit is contained in:
parent
69608f2751
commit
56694d77dc
2 changed files with 20 additions and 3 deletions
|
@ -177,7 +177,7 @@ public class DefinedStringIterator implements DataIterator {
|
|||
|
||||
private static class StructDtcIterator implements DataIterator {
|
||||
private Data data;
|
||||
private int currentIndex;
|
||||
private int currentIndex = -1;
|
||||
private DataTypeComponent[] dtcs;
|
||||
|
||||
public StructDtcIterator(Data data, Composite compDT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue