Justus Winter, le Sat 01 Feb 2014 15:09:21 +0100, a écrit : > The name field is not necessarily zero-terminated. Use a precision > argument to limit the number of characters written when printing the > name.
Mmm, I'd probably rather see the name field always be zero-terminated, since that's just one place, vs the various places which would want to print it. Samuel