mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52:30 +00:00
* Added 'f.multicall' and 't.multicall', and renamed 'call_download'
to 'd.multicall'. * Cleanup of 'rpc/parse_commands.h'. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@961 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ xmlrpc_to_object_target(xmlrpc_env* env, xmlrpc_value* value, int callType, void
|
||||
|
||||
torrent::Object result;
|
||||
|
||||
if (current + 1 > last) {
|
||||
if (current + 1 < last) {
|
||||
result = torrent::Object(torrent::Object::TYPE_LIST);
|
||||
torrent::Object::list_type& listRef = result.as_list();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user