whoops
This commit is contained in:
parent
94f08e3074
commit
ecab0ddc15
|
@ -382,7 +382,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
||||||
}
|
}
|
||||||
|
|
||||||
- (float) progressStopRatio
|
- (float) progressStopRatio
|
||||||
{return 0.5;
|
{
|
||||||
float stopRatio, ratio;
|
float stopRatio, ratio;
|
||||||
if ((stopRatio = [self actualStopRatio]) == INVALID || (ratio = [self ratio]) >= stopRatio)
|
if ((stopRatio = [self actualStopRatio]) == INVALID || (ratio = [self ratio]) >= stopRatio)
|
||||||
return 1.0;
|
return 1.0;
|
||||||
|
|
Loading…
Reference in New Issue