Changeset 6447 for trunk/licq
- Timestamp:
- 07/12/08 08:32:28 (4 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/buffer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/buffer.cpp
r6181 r6447 637 637 638 638 // Keep reading until it is impossible for any TLV headers to be found 639 while(getDataPosRead() + 4 < (getDataStart() + getDataSize())) {639 while(getDataPosRead() + 4 <= (getDataStart() + getDataSize())) { 640 640 TLVPtr tlv(new COscarTLV); 641 641
