Changeset 5762
- Timestamp:
- May 6, 2008, 7:39:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r5759 r5762 1735 1735 if( atom->flags & ADDED_F_SEED_FLAG ) 1736 1736 peerHasEverything = TRUE; 1737 else if( peer->progress < tr_cpPercentDone( tor->completion ) ) 1738 peerHasEverything = FALSE; 1737 1739 else { 1738 1740 tr_bitfield * tmp = tr_bitfieldDup( tr_cpPieceBitfield( tor->completion ) );
Note: See TracChangeset
for help on using the changeset viewer.