On 10/1/17, Warren Young <wyo...@tangentsoft.com> wrote:
> The “unversioned” lines on this page make no sense:
>
>     https://tangentsoft.com/pidp8i/stat
>
> Look first at the fifth line: how can the unversioned files occupy 484% of
> the repository space?

Fixed now, I think.  The problem was that fsize would sometimes get
changed during the computation of the compression ratio, which in turn
was throwing off the unversioned file size percentage.


>
> Also, is line 137 in stat.c right?
>
>         pct = (iStored*100 + fsize - 1)/fsize;

That causes the size to be rounded up rather than rounded down.  I
have now changed this to round to the nearest.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to