Changeset 10647
- Timestamp:
- May 15, 2010, 10:26:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10643 r10647 1102 1102 } 1103 1103 1104 s->finished = seedRatioApplies && !seedRatioBytesLeft; 1104 /* s->haveValid is here to make sure a torrent isn't marked 'finished' 1105 * when the user hits "uncheck all" prior to starting the torrent... */ 1106 s->finished = seedRatioApplies && !seedRatioBytesLeft && s->haveValid; 1105 1107 1106 1108 if( !seedRatioApplies || s->finished )
Note: See TracChangeset
for help on using the changeset viewer.