Matt Kraai pointed out that we can rely on strncpy to NULL
authorEric Andersen <andersen@codepoet.org>
Mon, 11 Dec 2000 20:33:46 +0000 (20:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 11 Dec 2000 20:33:46 +0000 (20:33 -0000)
commit2d6282bb37a4051e5beb10c70e1fb862eddeae1d
tree48c587218b2a2b021deccdfd66d487fcdff669ff
parentd323d32c5bba8e21bcd1e3df511f8d842a5d5457
Matt Kraai pointed out that we can rely on strncpy to NULL
terminate shorter cases, so we can save a few cycles...
utility.c