diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index 4979ff8b2..1ac85f7d3 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -889,7 +889,7 @@ limit = upload ? [torrent uploadLimit] : [torrent downloadLimit]; while ((torrent = [enumerator nextObject])) - if (limit != upload ? [torrent uploadLimit] : [torrent downloadLimit]) + if (limit != (upload ? [torrent uploadLimit] : [torrent downloadLimit])) { [sender setStringValue: @""]; return;