Bug fixes:
- Implement changes from CoreBuffer - Do not update BufLen in WriteToFD()
This commit is contained in:
@@ -296,7 +296,6 @@ int CBuffer::WriteToFD( int Handle, int MaxLen )
|
||||
DataRemain -= BytesWritten;
|
||||
|
||||
// Update Buffer Pointers
|
||||
BufLen -= BytesWritten;
|
||||
ReadPos += BytesWritten;
|
||||
if (ReadPos >= BufSize) {
|
||||
ReadPos = 0; // Rolling over end of buffer, start at beginning
|
||||
|
||||
Reference in New Issue
Block a user