mirror of
https://github.com/corda/corda.git
synced 2025-02-02 17:21:06 +00:00
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
This commit is contained in:
commit
f700f6cf3a
@ -41,8 +41,7 @@ public abstract class InputStream {
|
||||
int c;
|
||||
while ((c = read(buffer, 0, (int) (size < remaining ? size : remaining)))
|
||||
>= 0
|
||||
&& remaining > 0)
|
||||
{
|
||||
&& remaining > 0) {
|
||||
remaining -= c;
|
||||
}
|
||||
return count - remaining;
|
||||
|
Loading…
x
Reference in New Issue
Block a user