guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add most debian patches to nvi.


From: Marek Benc
Subject: Re: [PATCH] gnu: Add most debian patches to nvi.
Date: Thu, 22 Jan 2015 17:45:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0


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

[Prev in Thread] Current Thread [Next in Thread]