mirror of
https://github.com/transmission/transmission
synced 2025-02-23 14:40:43 +00:00
fix r5985 oops. I shouldn't make commits when I'm in a hurry.
This commit is contained in:
parent
cdf5cb87d6
commit
0a023367b6
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ tr_torrentStat( tr_torrent * tor )
|
|||
{
|
||||
s->desiredAvailable = s->leftUntilDone;
|
||||
}
|
||||
if( !s->leftUntilDone || !s->peersConnected )
|
||||
else if( !s->leftUntilDone || !s->peersConnected )
|
||||
{
|
||||
s->desiredAvailable = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue