mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 10:42:31 +00:00
* Added support for xmlrpc commands on torrent::File objects. The
xmlrpc command takes the download info-hash and the file index as the first two parameters. * Added several file commands. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@937 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ apply_print(const torrent::Object& rawArgs) {
|
||||
}
|
||||
case torrent::Object::TYPE_VALUE:
|
||||
default:
|
||||
current += snprintf(buffer, buffer + 1024 - current, "%lli", itr->as_value());
|
||||
current += snprintf(current, buffer + 1024 - current, "%lli", itr->as_value());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user