mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +00:00
[traffxml] Fix erroneous parsing of event length
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -341,7 +341,7 @@ struct TraffEvent
|
||||
{
|
||||
EventClass m_class = EventClass::Invalid;
|
||||
EventType m_type = EventType::Invalid;
|
||||
std::optional<uint8_t> m_length;
|
||||
std::optional<uint16_t> m_length;
|
||||
std::optional<uint8_t> m_probability;
|
||||
std::optional<uint16_t> m_qDurationMins;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user