mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-18 02:31:42 +02:00
Changes from mercurial repository.
This commit is contained in:
parent
44bb32f476
commit
98c68897d8
135 changed files with 2686 additions and 26965 deletions
|
@ -506,7 +506,7 @@ CTCPSocket::serviceConnected(ISocketMultiplexerJob* job,
|
|||
|
||||
// slurp up as much as possible
|
||||
do {
|
||||
m_inputBuffer.write(buffer, n);
|
||||
m_inputBuffer.write(buffer, (UInt32)n);
|
||||
n = ARCH->readSocket(m_socket, buffer, sizeof(buffer));
|
||||
} while (n > 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue