Papanikles / avalanche-rt

Automatically exported from code.google.com/p/avalanche-rt
Other
2 stars 0 forks source link

Upload size incorrect #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

hi I just fixed the problem with the download size with the method in issues 28 
using the code mod to rtorrent.php
fyi: 
the fix for this:
edit /avalanche-rt/lib/rtorrent.php

change lines 155 and 156 to
'size' => $torrent[23]*$torrent[24],
'downloaded' => $torrent[23] * $torrent[25],

I have the same problem with the upload size also.

Can anyone suggest a fix for this.

I have avalance 0.9 RC2 rtorrent 0.8.9 and not sure what my libtorrent is but 
im sure it is newest as I compiled them all last night to the newest available.

Original issue reported on code.google.com by techsupp...@oncallit.co.nz on 14 Dec 2011 at 7:49