Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Not so fast... Doing this in format_bytes() does break at least one thing: my
free
space display went from 557.6 gig to 1.6 gig.
Original comment by dan.deebster
on 31 Aug 2008 at 5:25
if (!is_float($bytes)) $bytes = sprintf('%u',$bytes);
works, but it's starting to get a bit hacky...
Original comment by dan.deebster
on 31 Aug 2008 at 6:16
[deleted comment]
I can confirm this is an issue. The fixes posted here don't work properly for
me
though, it leads to:
the size reading as "16.0" for large sizes
the remaining is completely wrong
the done percentage remains negative
I believe this is a duplicate of Bug 1
(http://code.google.com/p/rtgui/issues/detail?id=1&can=1)
Original comment by andrew.r...@gmail.com
on 21 Sep 2008 at 10:24
It's a duplicate of bug #1 if this applies to torrent sizes or sizes which are
fetched from any xmlrpc functions.
Check that your xmlrpc-c library version is equal or newer than 1.10.0 -- if
not,
upgrade and recompile libtorrent/rtorrent with it.
Original comment by user00...@gmail.com
on 19 Oct 2008 at 6:26
How do i check the version of xlmrpc-c library?
Original comment by k.tony.j...@gmail.com
on 6 Nov 2008 at 7:41
Original comment by lemonbe...@gmail.com
on 5 Dec 2008 at 10:28
Original issue reported on code.google.com by
dan.deebster
on 30 Aug 2008 at 12:30