mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
parentheses makes things better
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user