in debug messages, truncating strings of excessive lengths is actually
authorschwarze <schwarze@openbsd.org>
Sun, 20 Apr 2014 22:03:40 +0000 (22:03 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 20 Apr 2014 22:03:40 +0000 (22:03 +0000)
commitb5e65a851b785064d8f024c6b25a33e508e12744
tree382bdcb02ed511aa6bce62543ac9f53dd22dca81
parent67be0c874d335805fcb0ef95189d098f494d4ce6
in debug messages, truncating strings of excessive lengths is actually
a good thing, so cast the return value from sprintf to (void);
this concludes the mandoc sprintf audit
usr.bin/mandoc/read.c