On Thu, Jan 06, 2011 at 10:04:38PM +0100, Sebastian Herbszt wrote:
Gleb Natapov wrote:
Do you want me to resend with fillchar = t13 ? ' ' : 0; or space should be good enough?
I suggest to keep the current behaviour if a buffer size of 66 bytes is supplied; this patch would then be a no-op for buffers < 74.
I could go either way here, but I think Sebastian has a point about not changing callers with buffer=66. So, I'd say add (t13 ? ' ' : 0).
Thanks. -Kevin