On Thu, May 24, 2018 at 11:40:59AM -0700, Randy Dunlap wrote: > >> while (size > 1024) { > > I would use (size >= 1024) > so that 1M is printed instead of 1024K. Yes; that's what I meant to type. Thanks!
On Thu, May 24, 2018 at 11:40:59AM -0700, Randy Dunlap wrote: > >> while (size > 1024) { > > I would use (size >= 1024) > so that 1M is printed instead of 1024K. Yes; that's what I meant to type. Thanks!