This commit is contained in:
Mitchell Livingston 2008-06-24 04:00:39 +00:00
parent 94f08e3074
commit ecab0ddc15
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
}
- (float) progressStopRatio
{return 0.5;
{
float stopRatio, ratio;
if ((stopRatio = [self actualStopRatio]) == INVALID || (ratio = [self ratio]) >= stopRatio)
return 1.0;