diff -r aa1b9684645a src/network/model/byte-tag-list.h --- a/src/network/model/byte-tag-list.h Tue Oct 04 02:09:49 2016 +0100 +++ b/src/network/model/byte-tag-list.h Tue Oct 04 14:45:39 2016 +0100 @@ -234,7 +234,7 @@ ByteTagList::Iterator BeginAll (void) const; /** - * \brief Allocate the memory for the ByteTagListData + * \brief Allocate the memory for the ByteTagListDatap * \param size the memory to allocate * \returns the ByteTagListData structure */ @@ -249,7 +249,7 @@ int32_t m_minStart; //!< minimal start offset int32_t m_maxEnd; //!< maximal end offset int32_t m_adjustment; //!< adjustment to byte tag offsets - uint16_t m_used; //!< the number of used bytes in the buffer + uint32_t m_used; //!< the number of used bytes in the buffer struct ByteTagListData *m_data; //!< the ByteTagListData structure };