Open GoogleCodeExporter opened 9 years ago
Here's the fix if you want to change your copy. In functions.php, the line
that reads:
$retarr[$index]['up_total']=$item[36] * $item[3] * ($item[34]/1000);
Should be:
$retarr[$index]['up_total']=$item[7] * $item[3] * ($item[34]/1000);
Original comment by llamaXxX@gmail.com
on 20 Apr 2009 at 6:53
Yup, thanks for the report, and thanks llamaXxX for fixing it :)
- Fix will be included in next version.
Original comment by lemonbe...@gmail.com
on 20 Apr 2009 at 7:17
Thanks it works, but it's not quite accurate, here in rTorrent it shows 840MB
uploaded,
in rtGUi it shows 750MB BUT another torrent shows correctly(almost +/- 2MB)
Running latest rtGUI 0.2.7 on Debian Lenny 64bit
Original comment by xxsash...@gmail.com
on 3 Jul 2009 at 6:13
Original issue reported on code.google.com by
Konj...@gmail.com
on 19 Apr 2009 at 6:14