(trunk libT) oh ffs

This commit is contained in:
Charles Kerr 2009-01-03 03:58:35 +00:00
parent dfa0622a6c
commit 1e77d1313e
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ tr_peerIoTryRead( tr_peerIo * io, size_t howmuch )
static int
tr_peerIoTryWrite( tr_peerIo * io, size_t howmuch )
{
int n;
int n = 0;
if(( howmuch = tr_bandwidthClamp( &io->bandwidth, TR_UP, howmuch )))
{