Ticket #1269: rtorrent_patch
| File rtorrent_patch, 448 bytes (added by VesselinK, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | =================================================================== |
| 2 | --- src/rpc/xmlrpc.cc (revision 1040) |
| 3 | +++ src/rpc/xmlrpc.cc (working copy) |
| 4 | @@ -537,7 +537,7 @@ |
| 5 | bool XmlRpc::process(__UNUSED const char* inBuffer, __UNUSED uint32_t length, __UNUSED slot_write slotWrite) { return false; } |
| 6 | |
| 7 | int64_t XmlRpc::size_limit() { return 0; } |
| 8 | -void XmlRpc::set_size_limit(int64_t size) {} |
| 9 | +void XmlRpc::set_size_limit(uint64_t size) {} |
| 10 | |
| 11 | #endif |
