mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 21:14:32 +02:00
fix comment format in PacketList
This commit is contained in:
parent
dc4f987a2e
commit
519df1565a
1 changed files with 2 additions and 2 deletions
|
@ -185,8 +185,8 @@ qint64 PacketList::writeData(const char* data, qint64 maxSize) {
|
|||
<< "larger than the payload size.";
|
||||
Q_ASSERT(false);
|
||||
|
||||
// we won't be writing this new data to the packet go back before the current segment
|
||||
// and return -1 to indicate error
|
||||
// we won't be writing this new data to the packet
|
||||
// go back before the current segment and return -1 to indicate error
|
||||
_currentPacket->seek(_segmentStartIndex);
|
||||
_currentPacket->setPayloadSize(_segmentStartIndex);
|
||||
|
||||
|
|
Loading…
Reference in a new issue