On 01/22/2015 05:39 PM, Marek Benc wrote:
psize = ((sb.st_size / 15) + 1023) / 1024;
  if (psize >= 8) psize=8<<10;
  else if (psize >= 4) psize=4<<10;
  else if (psize >= 2) psize=2<<10;
  else psize=1<<10;
psize *= 1024;
Oops, ignore the last line, it's a typo on my end and not a problem of the patch (the patch removes it).

Reply via email to