On 10/1/17, Warren Young <[email protected]> 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 [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
