Changeset 10473
- Timestamp:
- Apr 13, 2010, 12:20:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10437 r10473 1053 1053 } 1054 1054 1055 s->finished = s->percentDone == 1.0&& checkSeedRatio && (s->ratio >= seedRatio || s->ratio == TR_RATIO_INF);1055 s->finished = !s->leftUntilDone && checkSeedRatio && (s->ratio >= seedRatio || s->ratio == TR_RATIO_INF); 1056 1056 1057 1057 if( !checkSeedRatio || s->ratio >= seedRatio || s->ratio == TR_RATIO_INF )
Note: See TracChangeset
for help on using the changeset viewer.