Merge branch 'atp' of https://github.com/birarda/hifi into protocol

This commit is contained in:
Atlante45 2015-07-15 13:42:14 -07:00
commit 8b5a577a5d

View file

@ -22,7 +22,7 @@ PacketList::PacketList(PacketType::Value packetType) :
}
void PacketList::startSegment() {
_segmentStartIndex = _currentPacket->pos();
_segmentStartIndex = _currentPacket ? _currentPacket->pos() : 0;
}
void PacketList::endSegment() {