mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 19:52:31 +00:00
* Bug fixes to the previous rev's View code.
* Fixed dht alignment issues. Patch by Josef Drexler.
* Removed duplicate code in PeerConnection{Leech,Seed}. Patch by Josef
Drexler.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1043 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ as_boolean(const torrent::Object& rawArgs) {
|
||||
|
||||
torrent::Object
|
||||
apply_not(rpc::target_type target, const torrent::Object& rawArgs) {
|
||||
return (int64_t)as_boolean(rawArgs);
|
||||
return (int64_t)!as_boolean(rawArgs);
|
||||
}
|
||||
|
||||
torrent::Object
|
||||
|
||||
Reference in New Issue
Block a user