From dbd4fdc61c3b30cd5959e957dd5743c33094911d Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 31 Mar 2007 20:09:29 +0000 Subject: [PATCH] mixed enable, disable --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 41f9b0782..486fd9511 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1102,7 +1102,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 if (![self privateTorrent]) { fPex = pex; - tr_torrentDisablePex(fHandle, pex); + tr_torrentDisablePex(fHandle, !pex); } }