Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -258,7 +258,7 @@ public final class SocketChannelImpl extends SocketChannel
|
||||
}
|
||||
else
|
||||
{
|
||||
dst.put (data, offset, len);
|
||||
dst.put (data, offset, readBytes);
|
||||
}
|
||||
|
||||
return readBytes;
|
||||
|
||||
Reference in New Issue
Block a user