1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-19 11:49:10 +02:00

Make sure all fields have their definitions

This commit is contained in:
Martin Tůma 2025-04-17 08:43:23 +02:00
parent 92b2fbaf04
commit 91376fd609

View File

@ -194,6 +194,9 @@ bool ISO8211::readDDA(const FieldDefinition &def, SubFields &fields)
tag++;
}
}
if (tag != tags.size())
return false;
}
fields = SubFields(defTags, defs, repeat);