mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-19 03:39:11 +02:00
Make sure all fields have their definitions
This commit is contained in:
parent
92b2fbaf04
commit
91376fd609
@ -194,6 +194,9 @@ bool ISO8211::readDDA(const FieldDefinition &def, SubFields &fields)
|
||||
tag++;
|
||||
}
|
||||
}
|
||||
|
||||
if (tag != tags.size())
|
||||
return false;
|
||||
}
|
||||
|
||||
fields = SubFields(defTags, defs, repeat);
|
||||
|
Loading…
x
Reference in New Issue
Block a user