diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 18ef873c8..7dc7639c5 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1817,7 +1817,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 - (void) endQuickPause { if (!fQuickPauseDict) - return + return; [self setSpeedMode: [[fQuickPauseDict objectForKey: @"UploadSpeedMode"] intValue] upload: YES]; [self setSpeedLimit: [[fQuickPauseDict objectForKey: @"UploadSpeedLimit"] intValue] upload: YES];