No worries as long it is fixed. Cheers !
On Wed, 28 Nov 2018 at 03:25, Willy Tarreau <[email protected]> wrote:
>
> Hi David,
>
> On Tue, Nov 27, 2018 at 09:17:20AM +0000, David CARLIER wrote:
> > Hi there,
> >
> > Here a tiny change to make every OS "happy" when displaying the extra bytes.
> >
> > Hope it s good enough.
>
> Thanks, I think we fixed it at the same time :-)
> However I used an unsigned long long instead of unsigned long to keep
> the whole 64-bit value (can help during debugging sessions with corrupted
> memory for example).
>
> Thanks!
> Willy