mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk libT) oh ffs
This commit is contained in:
parent
dfa0622a6c
commit
1e77d1313e
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ tr_peerIoTryRead( tr_peerIo * io, size_t howmuch )
|
||||||
static int
|
static int
|
||||||
tr_peerIoTryWrite( tr_peerIo * io, size_t howmuch )
|
tr_peerIoTryWrite( tr_peerIo * io, size_t howmuch )
|
||||||
{
|
{
|
||||||
int n;
|
int n = 0;
|
||||||
|
|
||||||
if(( howmuch = tr_bandwidthClamp( &io->bandwidth, TR_UP, howmuch )))
|
if(( howmuch = tr_bandwidthClamp( &io->bandwidth, TR_UP, howmuch )))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue