Kaydet (Commit) aea456a3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clean up

Change-Id: Ibf0df59d2773a3356b21e1b4c70889511b373e56
üst e821558b
...@@ -203,8 +203,8 @@ namespace io_acceptor { ...@@ -203,8 +203,8 @@ namespace io_acceptor {
aReadBytes.realloc( nBytesToRead ); aReadBytes.realloc( nBytesToRead );
} }
sal_Int32 i = 0; sal_Int32 i = m_socket.read(
i = m_socket.read( aReadBytes.getArray() , aReadBytes.getLength() ); aReadBytes.getArray(), aReadBytes.getLength());
if(i != nBytesToRead) if(i != nBytesToRead)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment