Fixed having less than the required number of bits for the data length

This commit is contained in:
Jordan Cristiano 2015-05-15 00:55:07 -04:00
parent dc06efc1f3
commit 3dd9bc7fca
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace NetMsg
std::vector<EventValue> values;
};
uint16_t dataLengthInBits;
uint32_t dataLengthInBits;
std::vector<EventDescriptor> eventDescriptors;
};
}