[PATCH 2/2] Fix missed +0.5 rounding - use rint() instead

2014-02-16 Thread Linus Torvalds
From: Linus Torvalds torva...@linux-foundation.org Date: Sun, 16 Feb 2014 11:38:47 -0800 Subject: [PATCH 2/2] Fix missed +0.5 rounding - use rint() instead In commit 23baf20f569f (Use rint() instead of rounding manually with + 0.5) I had missed this one remaining place where we rounded things

Re: [PATCH 2/2] Fix missed +0.5 rounding - use rint() instead

2014-02-16 Thread Dirk Hohndel
On Sun, 2014-02-16 at 11:52 -0800, Linus Torvalds wrote: I'm still thinking about better file formats and backup, but haven't come up with anything that I'm actually happy about. In the meantime I'm dicking around and sending out these silly small cleanups. I for one enjoy them. As