From 339b2ae85a37f9e72c35eb36a0cb693b582f8eee Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 4 Feb 2007 08:01:37 +0000 Subject: [PATCH] typo --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index ad09d0e1d..d64c6a448 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -264,7 +264,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 //check to stop for ratio if ([self isSeeding] && ((fRatioSetting == NSOnState && [self ratio] >= fRatioLimit) - || (!fRatioSetting == NSMixedState && [fDefaults boolForKey: @"RatioCheck"] + || (fRatioSetting == NSMixedState && [fDefaults boolForKey: @"RatioCheck"] && [self ratio] >= [fDefaults floatForKey: @"RatioLimit"]))) { [self stopTransfer];