From 51ce6c52a9c13d4639c5bbf6b564ea945f4f678b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 14 Apr 2010 00:03:34 +0000 Subject: [PATCH] sync to previous commit --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index c0d236789..81bfa1c48 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -378,7 +378,7 @@ int trashDataFile(const char * filename) - (CGFloat) progressStopRatio { - return fStat->percentRatio; + return fStat->seedRatioPercentDone; } - (BOOL) usesSpeedLimit: (BOOL) upload